Coder Social home page Coder Social logo

trello-clone's Introduction

This repo is now under maintenance since I started a HipChat-Clone project. For now the plan is to fix issues and add less new features. Do no hesitate to contribute and/or send me feedback on twitter.

Version 1.0.0 covered the login, sign up and home page: you can create a team and add boards in it or directly add them in your personal boards. You can also star and unstar all your boards.

Version 2.0.0 added the card view that allows to add cards, card items and move them between cards.

Version 3.0.0 added the boards menu. The user clicks on the boards button available in the header and can see all the boards (starred, personal and organiations) previously created..

Live demo

Login with Test (name) and Test(password). The redux logger was added to show the process. Expect a lot of changes and database to be cleared often.

Description

Trello clone being built with MongoDB, Express, React, NodeJS; my mean stack revisited.

I am a fan of Software Craftmanship, TDD, BDD and CI practices; therefore this project's main goal is to follow all the coding standard and best practices.

Main technologies

  • MongoDB
  • Express
  • React
  • NodeJS

Support

  • Star the repo
  • Follow me on twitter @datmadmmous
  • Submit pull requests and improve the repo overall quality

Prerequisite

Before you install the project, make sure Yarn (prefered one) or Npm and MongoDB are installed.

Installation instructions

Once your package management is installed these commands will run your application.

  1. Database

mongod : handles data requests, manages data access and performs background management operations.

mongo : starts the mongo shell and connect to your MongoDB instance running on localhost with default port.

  1. Server

cd server

yarn install

yarn start

  1. Client

cd client

yarn install

yarn start

Where to get help

ES6: if you want to quickly be up to date with javascript best practices, AirBNB repo is a gold mine. Read it.

React: AirBnB and RisingStack

NodeJS: again I will redirect you to RisingStack. They are awesome and they care about open source.

CodinGame: practicing your algorithm solving skills is a great way to write better code. CodinGame will push you to another level by making you think about the correct data structure, api and algorith, to use.

Inspiration

React Trello Board: I used their implementation of React Drag and Drop because it is great

Contribution guidelines

  1. Start with the open issues
  2. No direct commit on master or develop.
  3. Create a branch from develop with issue number as a name. Exemple: TOC I#1 (TOC = Trello Clone and I = issue)
  4. Code should be accompined with unit tests with 100% code coverage (whether it is on the client side or the server side).
  5. Make a pull request.
  6. End to end testing are not required for now.

Next release (3.1.0)

  • Complete the board view that displays cards

Updates

  • 1.0.0 first release of trello clone
  • 2.0.0 add board view with cards and card items
  • 3.0.0 add boardsmenu

Achievements

  • Release version 1.0.0
  • Release version 2.0.0
  • Release version 3.0.0
  • Deploy react client on amazon web services S3
  • Deploy express server on amazon web services ECS

Areas for Improvements / involvement

  • Add a white background color to each board section (star, user and users)
  • Work on board header in home page : list boards and create features
  • Make UI responsive

Repository structure

The repository is divided into two folders. The Client which is the react application and the Server which is the express server.

I am very happy with the way both applications are structured and working daily to improve on it.

trello-clone's People

Contributors

madmous avatar dearsaturn avatar

Watchers

 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.