Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsahu10 committed Sep 30, 2023
1 parent b415224 commit 58e6ade
Show file tree
Hide file tree
Showing 39 changed files with 19,571 additions and 22 deletions.
24 changes: 24 additions & 0 deletions .gitignore
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*
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

25 changes: 24 additions & 1 deletion README.md
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/)
Loading

0 comments on commit 58e6ade

Please sign in to comment.