-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b415224
commit 58e6ade
Showing
39 changed files
with
19,571 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.env | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# Cloud-Study-Jam-Dashboard | ||
# [Google Cloud Progress Website](https://anishsahu10.github.io/dashboard/) | ||
This is an application developed using `ReactJS`, `Material-UI` and `ChartJS`. | ||
Deployed on github-pages: | ||
[Google Cloud Progress Tracker](https://anishsahu10.github.io/dashboard/) | ||
|
||
## Features | ||
* Display data using bar chart, pie chart, etc. (`ChartJS` library used) | ||
* Theme switcher implemented supporting `light` and `dark` themes. | ||
* `Dashboard` showing relevant information | ||
* `Sidebar` to navigate (only dashboard tab is implemented) | ||
|
||
## Installation and setup | ||
* Clone the repo | ||
* In the project directory, run following commands: | ||
`npm install` | ||
`npm start` | ||
|
||
## Useful commands | ||
* `npm start` | ||
Runs the app in the development mode: http://localhost:3000 | ||
* `npm run build` | ||
Builds the app for production to the `build` folder.\ | ||
|
||
[React documentation](https://reactjs.org/) |
Oops, something went wrong.