https://github.com/draganaleksic99/trello-clone
In Trello-Clone, you can create tasks and organize them into lists. You can drag and drop both cards and lists to reorder them.
https://github.com/draganaleksic99/trello-clone
react react-dnd styled-components typescript
Last synced: 7 months ago
JSON representation
In Trello-Clone, you can create tasks and organize them into lists. You can drag and drop both cards and lists to reorder them.
- Host: GitHub
- URL: https://github.com/draganaleksic99/trello-clone
- Owner: DraganAleksic99
- Created: 2023-06-26T18:05:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T18:20:52.000Z (over 1 year ago)
- Last Synced: 2025-03-08T22:46:21.725Z (7 months ago)
- Topics: react, react-dnd, styled-components, typescript
- Language: TypeScript
- Homepage: https://my-trello-clone-website.netlify.app/
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello Clone
In Trello-Clone, you can create tasks and organize them into lists. You can drag and drop both cards and lists to reorder them.
## Stack
- Framework: [React](https://react.dev/)
- Drag and Drop feature: [React DnD](https://react-dnd.github.io/react-dnd/docs/overview)
- Styling: [styled-components](https://styled-components.com/docs)## Quickstart
### 1. Clone this repository
Run the following command to clone the repo:
```
git clone https://github.com/DraganAleksic99/Trello-Clone.git
```### 2. Install dependencies
```
cd Trello-Clone
npm i
```### 3. Run app locally
```
npm run dev
```### Open in your browser
You can now visit http://localhost:3000.