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 📝
- Host: GitHub
- URL: https://github.com/relativelie/my_trello
- Owner: Relativelie
- Created: 2022-04-07T16:53:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T12:59:57.000Z (over 2 years ago)
- Last Synced: 2025-03-21T09:22:59.726Z (about 1 year ago)
- Topics: react, redux, scss, typescript
- Language: TypeScript
- Homepage: https://relativelie.github.io/my_trello/
- Size: 9.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.