To deploy the entire project, make sure you have the following prerequisites installed:
- Git
- Node.js and npm
- MySQL
git clone https://github.com/mpjunaid/Peax_frontend.git
cd Peax_frontendnpm installnpm run build
npm startThe hosted website can be accessed at the URL http://localhost:3000/.
The project documentation provides insight into its implementation.
- Every page on the website is accessible only if you are logged in. The login authentication is primarily based on user credentials.
Example images of key pages:
-
Home Page
-
Login page
-
Register new input
-
Home page when logged in
-
Edit page for information is presented in tabular format.
The front-end design primarily utilizes Desyui and Tailwind CSS. Real-time graphs are implemented and will update dynamically based on user interactions and data updates.