Skip to content

A simple, easy to use Todo-App to track and update your day-to-day tasks, UI is built using React - Class Components, Backend is built using Node.js and Express.

Notifications You must be signed in to change notification settings

saikiranreddy201/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

A simple, easy to use Todo-App to track and update your day-to-day tasks, UI is built using React - Class Components, Backend is built using Node.js and Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published