Skip to content

salimdellali/dummy-react-conf-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy React Conf Dashboard

Linked repos :


Netlify build:

Netlify Status

Built with :

badge

App link :

badge

Project status :

badge


Repo structure :

  • src/ folder: the Dummy React Dashboard, created using create-react-app
  • uml_diagrams/ folder : UML Diagrams for better project description

Usage :

  • Dummy React Conf Dashboard is used by the Dummy React Conference organizers
  • The Dashboard is made using the Create-React-App boilerplate, features include :
    • Authentification & Access Control:
      • 2 main users :
        • admin : has All permissions
        • readOnlyAdmin : has Read Only permission
    • View statistics :
      • Time left until the start of the conference
      • Number of speakers, sessions, attendees
      • ...etc
    • Perform CRUD operations on :
      • Conference information
      • Attendees
      • Speakers
      • Schedule and Sessions

Main technologies:

  • React.js
  • React Router
  • Material UI
  • Redux
  • Formik
  • Axios
  • Visual Paradigm Online (for UML Diagrams)