Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 519 Bytes

File metadata and controls

27 lines (15 loc) · 519 Bytes

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.