Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nhsz/trello-clone
- Owner: nhsz
- License: mit
- Created: 2021-03-17T02:52:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T16:02:01.000Z (over 3 years ago)
- Last Synced: 2024-10-28T17:13:20.858Z (about 2 months ago)
- Topics: react, react-hooks, styled-components, typescript
- Language: TypeScript
- Homepage: https://trello-clone-rts.vercel.app
- Size: 881 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`