Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 936 Bytes

File metadata and controls

43 lines (24 loc) · 936 Bytes

React Todo App

This project is a basic task management app (todolist) built with reactjs

Available Scripts

Clone the project

git clone https://github.com/amaury-diallo/react-todo-app.git

Move into the project's directory:

cd react-todo-app

To install all dependances:

yarn install

Available scripts

yarn start

To run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

If you want to launch test runner

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Credit

Amadou Oury & Mahmoud