- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[react-todo-app] is a Web app where users can add, edit, remove, check, and clear all checked tasks from a to-do list. Built with React.
Client
- HTML
- CSS
- JavaScript
- React
Server
- No server at the moment
Database
- No database was used in this project.
- [Correct set up of React environment]
- [Sse of React form and events handlers]
- [Implementation of React Hooks]
- [Routing with React Router]
To get a local copy up and running, follow these steps.
- You don't need any previous installation in order to run this project
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/mwismann/react-todo-app.git
To install this project dependencies run the following command:
npm install
- To start this project on your localhost run the following command:
npm run dev
- To test this project run the following command:
npm test
- This is not a deployable project
👤 Mathias Wismann
- GitHub: @mwismann
- Twitter: @mathias_wismann
- LinkedIn: Mathias Wismann
- [Add user authentication]
- [Add hamburger menu]
- [Deploy app to GitHub Pages]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project it would be a great help if you could star this repo!
I would like to thank to Microverse for providing me the opportunity and inspiration for this work.
This project is MIT licensed.