"Todo-list" is a website for all people. It is a Single Page App (SPA) that allows users to:
- Add and remove todos and to edit todos list.
- html
- css
- webpack
- JavaScript
- ReactJs
[ See Project 🚀 ] (coming soon)
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git@github.com:AhmedNazirMusah/React-todo-list
- To access cloned directory run:
cd React-todo-list
- Open it with the live server
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Ahmed Nazir Musah
- GitHub: Link to Github Profile
- Twitter: Link to Twitter Profile
- LinkedIn: Link to LinkedIn Profile
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
For Design Inspiration I would like to Acknowledge
This project is MIT licensed.