Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pushpender015/task-nest
- Owner: Pushpender015
- Created: 2025-01-18T15:49:25.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T16:11:39.000Z (18 days ago)
- Last Synced: 2025-01-18T17:19:01.259Z (18 days ago)
- Topics: context-api, css, html, javascript, localstorage, reacthooks, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://task-nest-topaz.vercel.app/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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