Skip to content

cybercris/trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trello-clone

Trello Clone

#react, #reactjs, #styled-components, #redux, #redux-sagas

GitHub language count Made by cyberCris

🚀 About

Simplified version of Trello that consumes a custom api.json from json-server and manipulates a board managing cards and columns on kanban style

☁️ Demo

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

👾 Features

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

▶️ Getting started

Before you run this application you need to make sure the server is running!.

  1. Clone this repo using https://github.com/cyberCris/trello-clone.git
  2. Move to the appropriate directory: cd trello-clone.
  3. Run yarn to install dependencies.
  4. Install globally json-server yarn global add json-server
  5. Run json-server --watch api.json to run the server at http:https://localhost:3000
  6. Run yarn start to see the example app at http:https://localhost:3001 *remember to run the server before running app

📄 Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

📱 Contact

LinkedIn

E-mail: [email protected]

Phone: +55 (81) 98552-9436

Releases

No releases published

Packages

No packages published