Skip to content

nvchau/meowlo

Repository files navigation

ReactSJ + Hooks + Redux - Build an app like Trello

Requirement

  • nodejs >= v14.7.0
  • npm >= v6.4.7
  • yarn >= v1.19.1

Clone project and run test.

$ git clone https://github.com/nvchau/meowlo
$ cd meowlo
$ yarn | npm install
$ yarn | npm start

Description

Eslint

Libraries

  • eslint
  • eslint-plugin-react
  • eslint-plugin-react-hooks

Run

  • Run: npm run eslint

Drag and Drop function

Libraries

UI

  • react-bootstrap npm | import Sass to src/App.scss
  • bootstrap npm
  • Can find colors library: flatuicolors
  • Parse HTML: html-react-parser
  • Can try open and close input editer (inline edit): react-contenteditable. but in this project I don't use, I use CSS only

Some technical

  • Clone deep a array (object) with lodash: _.cloneDeep function (Another way to deep clone an object is to convert the value to a string then assign it to a new variable and parse it back to the object)

Some images

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published