Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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