A website that lets you add list of to do task that helps you to organize your day. It lists the tasks that you need to do and allows you to mark them as complete. It uses local-storage to store the data. It was built as an introduction to web dev using ES6 and Webpack.
To get a local copy up and running follow these simple steps.
- VIsual Studio Code.
- A Web Browser (preferably Google Chrome)
- Clone the GitHub Repository
- run this commands in your terminal:
npm install
npm run build
npm start
After running npm start
the website will be opened automatically on your default browser.
- HTML/CSS & JS best practices: Correct use of tags, elements, properties and syntax.
- GitHub flow: Correct use of Branches for deployment and features development.
- Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
- Webpack: used as a bundle to compile JavaScript modules.
- GitHub: @Mujeeb4582
- Twitter: @Mujeebu93992980
- LinkedIn: mujeeb-ur-rahman-54268011a
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedback.
- 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.
This project is MIT 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.