A web-based interface for managing school operations, allowing teachers, learners, and parents to interact with the system seamlessly.
- React (Frontend framework)
- Vite (Build tool)
- Tailwind CSS (Styling)
git clone https://github.com/adudumayo/school-management-frontend.git
cd school-management-frontend
npm install
npm run dev
git clone https://github.com/adudumayo/school-management-frontend.git
cd school-management-frontend
npm install
npm run dev
- Install Node.js: Download Node.js
- Ensure npm or yarn is installed
- Configure
.env
file (API URL, environment settings, etc.)
- The frontend connects to the School Management Backend
- Ensure the backend is running before testing
- Fork the repo
- Create a feature branch
- Commit changes
- Open a PR
MIT License