A simple Project Planning Dashboard using React
High Level Architecture :
- index.html : consists of the structure of the webpage.
- index.css. : the main style sheet for the app.
- App.js : This file controls all the components of the Project.
Components :
- Header : contains the icon, Title and a Switch to change the background theme
- Note : It creates a bucket where notes can be added, deleted or edited.
- NoteList : consist of all the notes on the webpage.
- AddNote : It adds a bucket to the webpage.
Active Link : https://stickify-dashboard.netlify.app/
How to set it up on a local ?
- Download the build folder
- Run the index.html file on the local device