React frontend for the TodoPro todo app (auth, dashboard, CRUD).
| Command | Description |
|---|---|
npm install |
Install dependencies |
npm start |
Run dev server at http://localhost:3000 |
npm run build |
Production build (output in build/) |
npm test |
Run tests in watch mode |
- Install:
npm install - (Optional) Copy
.env.exampleto.envand setREACT_APP_API_URLif the API is not athttp://localhost:5000/api. - Start backend first (see root
Backend/README.md), then run:npm start
- React 19, React Router, Axios, Tailwind CSS, Framer Motion, react-toastify.