Giter Club home page Giter Club logo

trello-clone's Introduction

Trello-Clone

A clone of trello, mimicking its basic functionality. This project was bootstrapped with Create React App.

Installation:

  1. Clone or download this repository.
  2. Navigate to the project folder: cd Trello-Clone

You’ll need to have Node.js and npm, or Yarn on your local development machine.

Please make sure to have one of them installed before proceeding.

  1. Install the dependencies: npm install / yarn install
  2. Install Git flow in your machine and run the command git flow init in your repository to setup it with the default configuration. This is because the work flow this tool give us, make the development a lot of easier and manageable. It's nothing new, just a shorthand of multiple git commands at once. More info here --> Git Flow Cheatsheet
  3. Get familiar with the basic scripts around this app to understand the development flow:
    As you can see in the image below, there are three important commands:
    package_scripts
  • npm start: Initialize the development server with the watcher compiling our css. We're using PostCSS to allow us use the next css features, imports, nested rules, automatic prefixers and so on... It's like using babel for javascript.
  • npm build: Generate the production build that is ready to deploy.
  • npm test: Search and run all Javascript files that ends with test.js and execute the appropiate tests. Jest for the unit tests and Enzyme for the react components.

CSS Framework:

semantic-ui

trello-clone's People

Contributors

96nico avatar savino9 avatar suciucalin avatar platyka avatar sirdarthvader avatar royranger avatar paulmiller3000 avatar samirjouni avatar

Watchers

James Cloos 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.