Skip to content

fullstackDev0404/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors