Skip to content

cswebdev/smart_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics Dashboard

This is a static front-end project for an analytics dashboard built with React JS. It is designed to showcase my skills and serve as a proof of concept.

The data being used for the user directory, invoice directory, and data chart directory come from mockdata. The data on the dashboard is mostly static and hard coded.

Technologies Used

  • React JS
  • @emotion/react
  • @emotion/styled
  • @fullcalendar/core
  • @fullcalendar/daygrid
  • @fullcalendar/interaction
  • @fullcalendar/list
  • @fullcalendar/react
  • @fullcalendar/timegrid
  • @mui/icons-material
  • @mui/material
  • @mui/x-data-grid
  • @nivo/bar
  • @nivo/core
  • @nivo/geo
  • @nivo/line
  • @nivo/pie
  • formik
  • gh-pages
  • localforage
  • match-sorter
  • react-router-dom
  • yup
  • react-pro-sidebar

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository
  2. Install the dependencies by running npm install
  3. Start the development server by running npm start
  4. Open http://localhost:3000 to view the app in the browser

Deployment

This project is deployed using GitHub Pages. To deploy your own version, follow these steps:

  1. Change the homepage field in the package.json file to match your own GitHub Pages URL
  2. Build the project by running npm run build
  3. Deploy the built files to GitHub Pages by running npm run deploy

Contributing

This project is not currently accepting contributions. However, if you find a bug or have a suggestion, please feel free to open an issue.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgements

Releases

No releases published

Packages

No packages published

Languages