egoullaud / react-dashboard

Dashboard app made with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Dashboard App made with React

I made this project to learn how to make a dashbaord app, as it is something I am looking to incorporate into existing and future projects. I used a tutorial from YouTube by EdRoh. I highly recommend checking out this tutorial as Ed is a wonderful teacher.

Getting Started

There are QUITE a few bundles to install. Links for documentation below.

npx create-react-app project-name
cd project-name

Packages to install:

Other Set up

Ed provides a couple docs of mock code for charts and geographic maps. Available here: https://github.com/ed-roh/react-admin-dashboard/tree/master/src/data

Technologies

I learned how to use a bunch of new tech in this project, which was super fun. Here's a list!

  • React & JSX
  • JavaScript
  • Material UI
  • Nivo Charts
  • Formik
  • Yup Validation
  • FullCalendar
  • Data Grid

Features

  • Light & Dark Mode
  • 4 different Charts
  • 3 different Data Table Pages
  • FAQ Page
  • Form Page
  • Calendar Integration

About

Dashboard app made with React


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:CSS 0.1%