Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

React TODO App

A simple TODO app built with React.

Getting Started

To get started, clone the repository and install the dependencies:

git clone https://github.com/muhib7353/React-js-Blogs-and-Projects.git
cd Projects
cd ToDo-App
npm install

Then, you can start the development server with the following command:

npm start

This will start the development server and open the app in your default web browser. The app will automatically reload whenever you make changes to the code.