Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pushpender015/task-nest


https://github.com/pushpender015/task-nest

context-api css html javascript localstorage reacthooks reactjs tailwind-css

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Task Nest

Task Nest is a simple and efficient Todo management application built with React, Context API, and Local Storage. It allows users to manage tasks (Todos), including adding, editing, marking as completed, and deleting them. The app uses the Context API to manage the state and persists the tasks in the browser's local storage, so the data remains even after a page refresh.

## Features

- Add new tasks with a description.
- Edit existing tasks.
- Mark tasks as completed.
- Delete tasks.
- Persistent data with Local Storage – your tasks are saved even after refreshing the page.
- Responsive and clean UI design built using Tailwind CSS.

## Technologies Used

- **React**: JavaScript library for building user interfaces.
- **Context API**: For state management across the app.
- **Local Storage**: To persist tasks even after page reload.
- **Tailwind CSS**: For fast and responsive UI design.

## Installation

Follow these steps to get your development environment set up:

1. Clone the repository:
```bash
git clone https://github.com/Pushpender015/Task-Nest.git