- This Markdown file specifies the architecture of this web application frontend developed using React.js via Visual Studio Code
-
Directory: /src/Components/Navigation/Navbar.jsx
-
Made with
tags and tags -
{App Title} | Home | Status | (Login | Register : Logout)
-
Login, Register, and Logout will be performed through buttons
-
Directory: /src/Components/Navigation/BottomNav.jsx
-
Includes full navigation map of the website
-
Home(with extra explanations) | Status(with extra explanations) | Credits | Documentations
- Directory: /src/Components/Forms/LoginForm.js
- Directory: /src/Components/Forms/RegisterForm.js
- Directory: /src/Components/Forms/ResetForm.js
-
Directory: /src/Pages/Home.jsx
-
Main Home for the website
-
Contains brief abstract of the application and the award point system
-
Directory: /src/Pages/Status.jsx
-
Page to check the status of your room
-
Provides Daily Data and Weekly Data and the Final Result
-
Mini side navbar for exclusively to navigate between the result mappings
-
Directory: /src/Pages/Login.jsx
-
Page to perform login process for the head and vice of the department of environment in Korea Minjok Leadership Academy.
-
Input: Username & Password
-
Buttons to navigate to or to perform further actions
-
Auto navigates to , if the authorization process is valid without errors.
-
Imports the JSX component for the login form
-
Directory: /src/Pages/Register.jsx
-
Page to perform register process for the head and vice of the department of environment in Korea Minjok Leadership Academy.
-
Input: Username(Full name in Korean) & Email & Password & Wave & Student ID(ex. 221029)
-
Buttons to navigate to or to perform further actions
-
Auto navigates to , if the user creating process is valid without errors.
-
Imports the JSX component for the login form
-
Directory: /src/Pages/Reset.js
-
Page to reset the password for the admin account.
-
Input: Student ID & Email
-
Buttons to navigate to or to perform further actions
-
Auto navigates to , if the password reset process is valid without errors.
-
Imports the JSX component for the login form