rose

Trello clone Reactjs frontend

Stars
7

rose

Rose provides a Frontend using the Reactjs framework for a Trello clone. The repository contains branches sorted by the order they were coded.

Usage

The index.html provided serves as a template for the project. To begin developing with the project run npm start or yarn start, and to build a production bundle run npm run build or yarn build.

Media

Live coding sessions of the rose project take place every Sunday at 7pm Central Time on https://www.twitch.tv/benawad. The live coding sessions can be found in a YouTube Playlist.

Architecture

Stack

Backend

  • PostgreSQL - database
  • Express (Node.js framework) - server
  • GraphQL - query language

Frontend

  • Reactjs