- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
- React
- Displays todo items.
- Add todo item
- Update todo item
- Delete todo item
Have a look at the live demo of the project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- npm installed
- node installed
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com/ZewdieMc/react-todo-app.git
Install this project with:
cd react-todo-app/
npm install
To run the project:
npm start
To run tests, run the following command:
npm test
To check for css errors run:
npx stylelint "**/*.{css,scss}"
To check for js errors run:
npx eslint .
Deployed using Github Pages.
👤 Zewdie Habtie
- GitHub: @ZewdieMc
- Twitter: @HabtieZewdie
- LinkedIn: Zewdie Habtie
- Install React Router and Create components.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project send your feedback to encourage me to do more.
I would like to thank Microverse for offering me this opportunity to learn, and practice our skills.
- Why React?
- React has broader community support, and it is a very popular library.
- React is flexible and can be used to build different types of applications.
- React is easy to learn and use.
This project is MIT licensed. (Check the LICENSE file)