Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```