Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 698 Bytes

File metadata and controls

20 lines (15 loc) · 698 Bytes

stickify

A simple Project Planning Dashboard using React

High Level Architecture :

  1. index.html : consists of the structure of the webpage.
  2. index.css. : the main style sheet for the app.
  3. App.js : This file controls all the components of the Project.

Components :

  1. Header : contains the icon, Title and a Switch to change the background theme
  2. Note : It creates a bucket where notes can be added, deleted or edited.
  3. NoteList : consist of all the notes on the webpage.
  4. AddNote : It adds a bucket to the webpage.

Active Link : https://stickify-dashboard.netlify.app/

How to set it up on a local ?

  1. Download the build folder
  2. Run the index.html file on the local device