Skip to content

EvgPov/task-manager-client

Repository files navigation

Task Manager Client

Educational project. React frontend for task manager application.

Technologies

  • React + TypeScript
  • Vite
  • React Router
  • React Query (@tanstack/react-query)
  • Axios
  • Tailwind CSS
  • Lucide React

Features

  • User registration and login
  • JWT authentication
  • Create, read, update and delete tasks
  • Mark tasks as done
  • Persistent session via localStorage

Getting Started

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Create .env file based on .env.example: VITE_API_URL=http://localhost:3000
  2. Start the development server:
npm run dev

Related

Backend API: task-manager-api

About

Educational project. React frontend for task manager built with React, TypeScript, React Query and Tailwind CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors