Giter Site home page Giter Site logo

trello-clone's Introduction

img.png

How to run

npm install

npm run start

User journey

  1. Create new user
  2. Create workspace
  3. Create new board
  4. Add some lists
  5. Add some cards

UX Features

  • Multiple workspaces
  • Multiple boards
  • Multiple lists
  • Navigation between workspaces and boards via sidebar
  • URL navigation
  • You can change names of lists
  • You can change names of cards
  • You can move cards between lists
  • All data is stored in the localStorage

NPM packages

  • Create react app
  • TS

Manually added:

  • prettier
  • react-router-dom
  • sass
  • uuid

Project structure

My goal was to build a prototype of trello with the possibility of further scaling of the application.

  • /app Initializing the application and creating context
  • /components Simple reusable components. in the future, we can put it in the ui library
  • /features Large parts are projects that can be moved to separate apps/npm packages in the future as part of a micro frontend. Each directory has an adapter as middleware that can interact with the context and receive data. The other components can only work with the transmitted props
  • /layouts Different layouts that can be used depending on the screen size and the user's device type
  • /pages Pages use layouts. we can dynamically manage the entities that are used on the page
  • /routes Just react routes
  • /store Context-based store that uses Pub-Sub design pattern and prevents rerender of the entire component tree when values change. Also saves data to the localStorage
  • /types Basic types

trello-clone's People

Contributors

a-sorokin 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.