Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhsz/trello-clone

An attempt to mimic the UI and main features of Trello. Built with React & TypeScript.
https://github.com/nhsz/trello-clone

react react-hooks styled-components typescript

Last synced: 8 days ago
JSON representation

An attempt to mimic the UI and main features of Trello. Built with React & TypeScript.

Awesome Lists containing this project

README

        

# Trello Clone

![](https://i.imgur.com/5kG5Vvg.png)

Check the [live demo](https://trello-clone-rts.vercel.app/).

## Stack

- TypeScript
- React w/Hooks
- State management: hooks (`useState`, `useReducer`) + Context API
- Styled Components

## How to run this project locally

1. clone the repo
2. `npm i`
3. `npm start`