This Project is a Simple ReactJS Todo-App which logs your day to day tasks
You can Create, Update and Delete your tasks.
Refer to https://nodejs.org/en/ to install nodejs
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
- For UI, In the project directory, you can run:
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:
Runs the Development server at port 8000.
Nodemon is used to ease the devlopment process
You can clone this app using the following command: