The School Portal is a web application designed to manage various school-related activities such as student enrollment, attendance tracking, grade management, and communication between teachers, students, and parents.
- Student Enrollment
- Profile viewing
- Attendance Tracking
- Grade Management
- Clone the repository:
git clone https://github.com/Hatooomlaski/schoolPortal.git
- Navigate to the project directory:
cd schoolPortal - Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:$"{PORT}.
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.