shyamvkansagra / trello-simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project uses following:

  • React
  • SCSS
  • Local storage
  • GitHub Pages

You can check out the app at Trello-simulation

How to run locally

  • Clone the repo
  • npm install
  • yarn start

About this project

This project was created using create-react-app. Once base React was setup, UI was designed and implemented.

After UI/UX is ready, next step was to add storage. Since this is frontend only application, have used local storage to save data. To mimic API functionality, local storage calls have been placed under folder called api.

Final step was to create a page to host the application. Used GitHub pages for that.

About


Languages

Language:JavaScript 73.8%Language:CSS 14.5%Language:HTML 11.7%