Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.21 KB

Todo-App

What is the use of this App

This Project is a Simple ReactJS Todo-App which logs your day to day tasks
You can Create, Update and Delete your tasks.

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app.

npm install -g create-react-app

Available Scripts

  • For UI, In the project directory, you can run:

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

  • For Backend, To start the server In the App directory, you can run:

npm run dev

Runs the Development server at port 8000.
Nodemon is used to ease the devlopment process

Clone the repository

You can clone this app using the following command:

Now the Todo-app is ready to be used!