Code Monkey home page Code Monkey logo

trellone's Introduction

Trellone

A Trello Clone written with the MERN stack.

On 7-Oct-2019, I restarted the front-end with the latest React, using context and hooks. The checkboxes below show the restarted progress.

Back End

  • Install Express, Volleyball, CORS and make basic server
  • Install Passport, Bcrypt and Mongoose for authentication
  • Create Mongoose models
    • Create model for users
    • Create model for boards
    • Create model for lists
    • Create model for tasks
  • Create Endpoints for Login and Signup
  • Create Endpoint for current user
  • Create Endpoints for Boards
    • Create Endpoint for user boards
    • Create Endpoint for single board
    • Create Endpoint for new board
  • Create Endpoints for Lists
    • Create Endpoint for board lists
    • Create Endpoint for single list
    • Create Endpoint for new list
    • Create Endpoint for archive list
    • Create Endpoint for update list
    • Create Endpoint for new task
    • Create Endpoint for archive task

Front End

  • Create client with create-react-app
  • Remove c-r-a excesses :-)
  • Install Router module
  • Set up Router
  • Set up User Context
    • Store returned login token in Context
    • Store returned signup token in Context
    • Remove token from storage on logout
  • Set up Boards Context
  • Create Header with Signup and Login buttons
    • Display name and avatar when logged in
  • Create Login page
    • Create Login form
    • Wire up to UserContext
  • Create Signup page
    • Create Signup form
    • Wire up to UserContext
  • Create Boards page
    • Redirect to login page if not logged in
    • Show user boards
    • Create new board
  • Create Board Lists page
    • Redirect to login page if not logged in
    • Show board lists
    • Create new list
    • Archive list
    • Show list tasks
    • Create new task
    • Edit task
    • Archive task

ER Diagram

ER Diagram

Git client

I have used Git at the command-line for more than 10 years. Over that time, I have tried many different graphical shells for Git, without finding one that was easier and nicer to use than the command-line (in my view).

I have now found that GitKraken is an excellent Git shell and would advise using it to everyone.

Questions

If you have any questions about this repository, or any others of mine, please don't hesitate to contact me.

trellone's People

Contributors

dependabot[bot] avatar juliannicholls avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.