Skip to content

A basic to-do list app built with React.js, using JSON Server for adding, deleting, and managing tasks. It shows how to perform simple CRUD (Create, Read, Update, Delete) operations in React.

Notifications You must be signed in to change notification settings

Majid-Razzaq/React-ToDo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To Do Application

screencapture-localhost-3000-2024-09-30-21_40_20

Getting Started

npm install
  • Set up JSON Server:
npm install -g json-server
  • Start the React Application:
npm start

About

A basic to-do list app built with React.js, using JSON Server for adding, deleting, and managing tasks. It shows how to perform simple CRUD (Create, Read, Update, Delete) operations in React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published