This is the frontend of ISIMM's automated university administration website streamlines administrative tasks, reducing paper usage and optimizing record management.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js and npm https://nodejs.org/en/
- Clone the repository
https://github.com/stormynight9/isimm-frontend
- Create an env.local file and configure the environment variables
VITE_API_URL=http://localhost:8080
- Install the dependencies for the client and start
cd client
npm install
npm start
- Install the dependencies and start
npm install
npm run dev
- React - Front-end JavaScript library
- TailwindCSS - Utility-first CSS framework
- shadcn/ui - UI components built with Radix UI and Tailwind CSS
Contributions to the project are welcome! Please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License. See the LICENSE file for more information.