- 📖 About the Project
- 💻 Getting Started
- 👤 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Hello microverse project is a portfolio project built with HTML, CSS AND JAVASCRIPT.
Client
- Responsive Design.
- Pixel Perfect design.
- Local Storage
- [Live Demo Link]Comming soon
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A web browser to view output e.g Google Chrome.
- An IDE e.g Visual studio code.
- A terminal.
Clone this repository to your desired folder or download the Zip folder:
git clone https://github.com/toyman640/Hello_microverse.git
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd Hello_microverse
Install all dependencies:
npm install
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- To get it running on your default browser and local host, run:
Open the index.html in the project directory with your preferred browser to run the project
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
- For unit testing, run:
npm test
You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "About GitHub pages".
👤 Falako Omotoyosi
- GitHub: @toyman640
- Twitter: @_toyman
- Implement button to switch sort type (ascending or descending).
- Implement completed and not-completed routes for completed and non-completed tasks, respectively.
- Add backend to store tasks.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project and how I managed to build it!
- The original design ideal from Microverse:two_hearts:.
- Project from Microverse HTML/CSS module.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
- Hat tip to anyone whose code was used.
-
Can I fork and reuse the repository
- Yes please, feel free.
-
Can I improve the repository, and my changes will be accepted if they are good?
- Yes please, nice ideas are welcome, please.
This project is MIT licensed.