DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

Simple TODO List APP with React

React Live Coding Interview – TO DO LIST APPLICATION

Simple TODO List APP with React

To follow this React tutorial

Clone the starter project

You can download or clone this project by running this command from your terminal:

git clone https://github.com/matrix-2023/live-coding-todo-list-app.git

Enter fullscreen mode Exit fullscreen mode

This will create a directory in the name of the project folder.

Once you have the project files and folders bootstrapped, open it with your text editor.

Next, switch inside the project directory and run:

npm install

Enter fullscreen mode Exit fullscreen mode

This will install all the necessary dependencies in the local node_modules folder.

Finally, start your development server by running:

npm start

Enter fullscreen mode Exit fullscreen mode

You should see the app in your browser address bar at http://localhost:3000

Simple TODO List APP with React

GitHub

View Github

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay