Skip to content

sasholk/todo-app-with-api

Repository files navigation

Todo App with API

This project is a simple Todo application that interacts with an API to create, read, update, and delete tasks.

Demo

You can see a live demo of the application here.

Features

  • Create new tasks
  • Mark tasks as completed
  • Delete tasks
  • All changes are synced with the server

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/sasholk/todo-app-with-api.git
  1. Navigate into the project directory:
cd todo-app-with-api
  1. Install the dependencies:
npm install
  1. Start the application:
npm start

The application will be available at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages