Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokaydemirr/task-manager-react-ts
A simple and intuitive task manager app built with React, TypeScript, and Bootstrap. Manage tasks with features like adding, editing, deleting, and marking them as complete. Data is stored in localStorage for persistence.
https://github.com/gokaydemirr/task-manager-react-ts
bootstrap express nodejs react responsive-design task-manager typescript
Last synced: 6 days ago
JSON representation
A simple and intuitive task manager app built with React, TypeScript, and Bootstrap. Manage tasks with features like adding, editing, deleting, and marking them as complete. Data is stored in localStorage for persistence.
- Host: GitHub
- URL: https://github.com/gokaydemirr/task-manager-react-ts
- Owner: GokayDemirr
- Created: 2025-01-26T13:36:34.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T11:57:43.000Z (16 days ago)
- Last Synced: 2025-01-28T12:24:22.471Z (16 days ago)
- Topics: bootstrap, express, nodejs, react, responsive-design, task-manager, typescript
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager App
A simple task manager application built with React, TypeScript, and Bootstrap. This app allows users to manage their tasks by adding, editing, and deleting tasks. The tasks are saved in the browser's local storage to persist data between page reloads.
## Features
- Add, edit, and delete tasks
- Mark tasks as completed
- Store tasks in the browser's `localStorage`
- Responsive design with Bootstrap## Technologies Used
- **React**: JavaScript library for building user interfaces
- **TypeScript**: Superset of JavaScript that adds static typing
- **Bootstrap**: CSS framework for responsive design
- **Vite**: Next-generation, fast build tool for modern web projects
- **localStorage**: For persisting task data## Installation
1. Clone the repository:
```bash
git clone https://github.com/GokayDemirr/react-task-manager.git
```