Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 703 Bytes

File metadata and controls

22 lines (15 loc) · 703 Bytes

TodoPro – Frontend

React frontend for the TodoPro todo app (auth, dashboard, CRUD).

Commands

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

Setup

  1. Install: npm install
  2. (Optional) Copy .env.example to .env and set REACT_APP_API_URL if the API is not at http://localhost:5000/api.
  3. Start backend first (see root Backend/README.md), then run: npm start

Tech

  • React 19, React Router, Axios, Tailwind CSS, Framer Motion, react-toastify.