Skip to content

Joy-Honchan/conference-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conference System

Feature

  • Login Page - Login validation
  • Room Status - Using SVG to display floor map and each room status
  • My Schedule - Shows calender and meeting info card that can take notes
  • 🚧 Form Meeting
Tools & Skills Purpose
React Hooks useState for state management and useMemo for caching
MUI UI components such as DateCalendar and DatePicker
Redux Toolkit Cross component state managment
Formik Manage form state and validation of login page
Notistack Easy to use notification library
SVG Displaying room map arrangment and change color according to room status

Demo

Demo Site

Login Page

login_page

Room Status

room_status

My Schedule

my_schedule