Simplified version of Trello that consumes a custom api.json from json-server and manipulates a board managing cards and columns on kanban style
Live-App: https://trello-cybercris.herokuapp.com/
Live-Server: https://trello-api-c.herokuapp.com/
*Any changes on live-app will be directly send to live-server
This app features all the latest tools and practices in web development!
- ⚛ React — A library to build user interfaces
- ♻ Redux with Redux Saga — State management with middleware
- 💅 CSS — styled-components
- 🌸 Reactotron - Helps debugging process
- 💖 Lint — ESlint/Prettier/Editor Config
Before you run this application you need to make sure the server is running!.
- Clone this repo using
https://github.com/cyberCris/trello-clone.git
- Move to the appropriate directory:
cd trello-clone
. - Run
yarn
to install dependencies. - Install globally json-server
yarn global add json-server
- Run
json-server --watch api.json
to run the server athttp://localhost:3000
- Run
yarn start
to see the example app athttp://localhost:3001
*remember to run the server before running app
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
E-mail: crssoares.js@gmail.com
Phone: +55 (81) 98552-9436