Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokaydemirr/react-task-manager
A simple and efficient task management app built with React and Node.js. Users can create, edit, delete, and track tasks with customizable statuses (Pending, In Progress, Completed). Fully responsive design, powered by Bootstrap and backed by Microsoft SQL Server.
https://github.com/gokaydemirr/react-task-manager
bootstrap express nodejs react responsive-design rest sql-server task-manager
Last synced: 12 days ago
JSON representation
A simple and efficient task management app built with React and Node.js. Users can create, edit, delete, and track tasks with customizable statuses (Pending, In Progress, Completed). Fully responsive design, powered by Bootstrap and backed by Microsoft SQL Server.
- Host: GitHub
- URL: https://github.com/gokaydemirr/react-task-manager
- Owner: GokayDemirr
- Created: 2025-01-26T13:36:34.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T14:02:53.000Z (13 days ago)
- Last Synced: 2025-01-26T15:19:03.748Z (13 days ago)
- Topics: bootstrap, express, nodejs, react, responsive-design, rest, sql-server, task-manager
- Homepage:
- Size: 1.95 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
```