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

https://github.com/relativelie/my_trello

React - Redux project. Simple web application for managing tasks 📝
https://github.com/relativelie/my_trello

react redux scss typescript

Last synced: about 2 months ago
JSON representation

React - Redux project. Simple web application for managing tasks 📝

Awesome Lists containing this project

README

          

# Trello-Like Task Manager Project

**Online demo**: https://relativelie.github.io/my_trello/

This project is a simple web application for managing tasks, inspired by Trello but with a simplified feature set. In this app, you can organize your tasks by creating and adding subtasks. Subtasks can be freely moved within tasks, as well as between different tasks. You can also rearrange the order of tasks and subtasks, and delete or rename them.

## Features

- Create and manage tasks.
- Add and manage subtasks.
- Move subtasks between tasks.
- Rearrange tasks and subtasks within a task.
- Change the order of tasks and subtasks.
- Delete tasks and subtasks.
- Rename tasks and subtasks.

## Technologies Used

React - Redux - Typescript - SCSS - Webpack - react-beautiful-dnd

## Short video review

https://github.com/Relativelie/my_trello/assets/59819426/793f4528-4a83-4e44-b379-1d212ef59246

## Installation and Usage

1. Clone the repository to your local machine.
2. Install dependencies with `npm install`.
3. Start the application with `npm start`.