"TODO" is a website for you to keep and manage your todos. It is a Single Page App (SPA) that allows users to:
- Add new todos.
- edit uncompleted todos.
- delete todos.
- complete todos.
- clear all completed todos.
- React
- CSS
- npm or yarn
- git
- A text editor
- A recent version of a browser (tested in Firefox and Chrome)
- Open a command line
- Clone the project to your computer with
git clone git@github.com:ShadyShawkat/todo-react.git
- Go into the folder to the project with
cd todo-react
- Build the node modules with
npm install
.
Any change to the project should be done in the folder src
.
👤 Shady Shawkat
- GitHub: @ShadyShawkat
- Twitter: @ShadyShawkat3
- LinkedIn: Shady Shawkat
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.