Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 994 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 994 Bytes

React Todo App

This project was bootstrapped with Create React App.

Getting Started

Live Demo

Installation

Follow the steps below to run this project on your local machine.

Prerequisites

Node.js and NPM (comes with Node.js)

  1. Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/ismaildasci/react-todo.git
cd react-todo
  1. Install Dependencies Install the project dependencies:
npm install
  1. Run the Application

Start the application:

npm start

This command runs the app in development mode. Open http://localhost:3000/react-todo to view it in the browser.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.