this is simple todo list app where user can create , update, delete, and mark as done to todods.
Checkout the Website Web Application
- User authentication (signup, login, logout)
- Add, edit, and delete tasks
- Responsive design
- Search Functionality
- Filter Functionality
- React
- Valtio (for state management)
- Tailwind CSS (for styling)
- React Router (for client-side routing)
- Restfull Backend API for seamless data transfer (for data persistence)
- JWT For The Authentication
/
|-- public/
|-- src/
|-- assets/
|-- components/
|-- store/
|-- App.js
|-- index.js
|-- .gitignore
|-- package.json
|-- README.md
-
Clone the repository:
git clone https://github.com/gknanhe/to-do-list-react.git
fork the repo or download the code. in vs code run
``` npm install
To run the App
``` npm run dev
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh