Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 803 Bytes

my-todos-list

Description

An app that is simple and awesome to organize your tasks with very easy to use interface. It can help you to make list of your tasks.

Functionality

Users should be able to add and delete any todo item.

Getting Started

Prerequisites

NodeJS and NPM should be installed.

Clone the repository

git clone https://github.com/ishika2741/my-todos-list.git

Install dependencies

cd my-todos-list
npm install

Start development

React Version

To start the development server for the React version:

npm start

The frontend app will be running on localhost:3000.

Open index.html in the browser or if using VS Code the Live Server extension is recommended.