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

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.

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.