Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.15 KB

School Management System Frontend

A web-based interface for managing school operations, allowing teachers, learners, and parents to interact with the system seamlessly.

🚀 Tech Stack

  • React (Frontend framework)
  • Vite (Build tool)
  • Tailwind CSS (Styling)

🔧 Installation

Linux & macOS

git clone https://github.com/adudumayo/school-management-frontend.git  
cd school-management-frontend  
npm install  
npm run dev  

Windows

git clone https://github.com/adudumayo/school-management-frontend.git  
cd school-management-frontend  
npm install  
npm run dev  

🏗 Setup

  1. Install Node.js: Download Node.js
  2. Ensure npm or yarn is installed
  3. Configure .env file (API URL, environment settings, etc.)

📜 API Integration

📌 Contribution

  1. Fork the repo
  2. Create a feature branch
  3. Commit changes
  4. Open a PR

📄 License

MIT License