https://github.com/darksoul11/trello-clone
A simple clone of Trello app using React + MobX + localStorage
https://github.com/darksoul11/trello-clone
mobx react trello trello-clone
Last synced: about 2 months ago
JSON representation
A simple clone of Trello app using React + MobX + localStorage
- Host: GitHub
- URL: https://github.com/darksoul11/trello-clone
- Owner: DarkSouL11
- Created: 2019-03-30T14:07:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T18:43:02.000Z (over 5 years ago)
- Last Synced: 2025-06-23T01:36:25.511Z (12 months ago)
- Topics: mobx, react, trello, trello-clone
- Language: JavaScript
- Homepage: https://darksoul11.github.io/trello-clone/
- Size: 955 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello app clone
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn start
```
### Compiles and minifies for production
```
yarn build
```