Educational project. React frontend for task manager application.
- React + TypeScript
- Vite
- React Router
- React Query (@tanstack/react-query)
- Axios
- Tailwind CSS
- Lucide React
- User registration and login
- JWT authentication
- Create, read, update and delete tasks
- Mark tasks as done
- Persistent session via localStorage
- Clone the repository
- Install dependencies:
npm install- Create
.envfile based on.env.example: VITE_API_URL=http://localhost:3000 - Start the development server:
npm run devBackend API: task-manager-api