This is my first REACT js Application , it's a to do list app
- Add tasks
- Update and Remove tasks
- Check Completed tasks
- Save tasks and their status (if completed or not) to user browser local storage
1 - Clone this repositiry to your device
git clone https://github.com/Ourouimed/React-todo.git
cd React-todo
2 - Install dependencies:
npm install
3 - run App
npm start
- Node js
- React js
- Tailwind css
- Material UI icons
For live Preview Click here
react-todo
├── build
├── node_modules
├── public
│ └── index.html
├── src
│ ├── App.js # Main application file
│ ├── index.css # Styling for the application
│ ├── index.js # Entry point of the application
│ ├── reportWebVitals.js
│ └── setupTests.js
├── .gitignore # Ignored files for Git
├── package-lock.json # Package lock file
├── package.json # Project metadata and dependencies
├── README.md # Project documentation (this file)
└── tailwind.config.js # Tailwind CSS configuration