Skip to content

This is a starter exercise to create a portfolio website that can be used by multiple devices by listing the portfolio projects. And also using CSS animation makes the website more interactive. I use github pages to deploy this project. It is based on specific settings and requirements to ensure proper structure and best practices.

Gardimy/Mobile-first

Repository files navigation

Validate contact form

A Microverse exercise to use animation on a website

Validate contact form

📗 Table of Contents

📖Validate contact form

Validate contact form is a starter exercise to create a portfolio website that can be used by multiple devices by listing the portfolio projects. And also using CSS animation makes the website more interactive. It is based on specific settings and requirements to ensure proper structure and best practices. By cloning this repo and running npm install we will have a basic portfolio with properly configured linters,
eslint and the correct initial file structu

🛠 Built With

Tech Stack

This project focuses only on linters and .gitignore. and JS or Server are included in this repo.

Client
Server

Key Features

🚀 Live Demo

(back to top)

💻 Getting Started

If you are a new developer and would like to have a basic project to start practicing your code or creating your first portfolio app-features using good practice JavaScript ,HTML and CSS : Cloning this project will give you what you need!

To get a local copy up and running, follow these steps:

Prerequisites

In order to run this project you need:

  • Have npm installed in your project: curl -qL https://www.npmjs.com/install.sh | sh

Setup

Clone this repository to your desired folder:

git clone https://github.com/Gardimy/Mobile-first

or

git clone https://github.com/Gardimy/Mobile-first <-- Only if you have SSH keys configured on your GitHub account.

Install:

run the npm install command in your console.

Usage

To run the linters before committing any changes to your code, execute the following commands:

npx hint . npx stylelint "**/*.scss" <--NOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace "**/*.scss" with "**/*.{css,scss}" in line 48 of the .stylelintrc.json file, and run the linter with:

npx stylelint "**/*.{css,scss}" instead.

(back to top)

👥 Authors

👤 Gardimy Charles

👤 Mahmudur Rahman

🔭 Future Features

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project please give me a star on GitHub.And Don't hesitate to follow me on github, you will have the opportunity to get all updating available for this project.

🙏 Acknowledgments

I would like to thank Microverse for teaching me these tools.

📝 License

This project is MIT license licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About

This is a starter exercise to create a portfolio website that can be used by multiple devices by listing the portfolio projects. And also using CSS animation makes the website more interactive. I use github pages to deploy this project. It is based on specific settings and requirements to ensure proper structure and best practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published