Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivamkumar24/to-do-application


https://github.com/shivamkumar24/to-do-application

axios material-icons material-ui react react-redux react-router-dom redux redux-thunk

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# To-Do Application

This is a simple To-Do Application built with React.js and Material-UI. It allows users to create, update, delete, and mark tasks as completed.

## Demo

You can access the live demo of the application [here](https://to-do-application-bay.vercel.app/).

## Features

- **Create Tasks:** Add new tasks to your to-do list.
- **Update Tasks:** Edit existing tasks to modify their details.
- **Delete Tasks:** Remove tasks from your to-do list.
- **Mark as Completed:** Toggle task completion status.
- **Responsive Design:** The application is responsive and works well on different screen sizes.

## Installation

To run this application locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/shivamkumar24/to-do-application.git
```

2. Go to project folder:

```bash
cd todoapp
```

3. Install NPM:

```bash
npm install
```

4. Start Project:

```bash
npm run dev
```