Skip to content

Pad96pages/taskmanager-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App - React Frontend

This is the frontend of the Task Manager web application built using React. It connects to a Django REST API backend and allows users to register, log in, and manage their personal tasks.

Features

  • User registration and login
  • View tasks
  • Add new tasks
  • Mark tasks as completed or not completed
  • Delete tasks
  • Logout

Technologies Used

  • React
  • React Router DOM
  • Axios
  • HTML/CSS

Getting Started

1. Clone this repository

git clone https://github.com/Pad96pages/taskmanager-frontend.git
cd taskmanager-frontend

2. Install dependencies

npm install

3. Start the development server

npm start

-> Make sure the Django backend is running at: http://127.0.0.1:8000/api/

->Backend Repository: https://github.com/Pad96pages/taskmanager-backend (You can find the backend code here)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published