Welcome to the student management system! This application is designed to help you manage student records easily and efficiently. Built with Flask, it provides a clean and intuitive interface for adding and viewing students.
- π¨βπ Add Students: Quickly add new students with their names and grades.
- π View Student List: Easily view all enrolled students in a user-friendly format.
- π± Responsive Design: Seamlessly works on both desktop and mobile devices.
- ποΈ In-memory Database: For demonstration purposes, student data is stored in memory.
Experience how the app simplifies student management!
- Backend: Flask (Python)
- Frontend: HTML, CSS
- Database: In-memory (for demonstration)
To get started with the School Management App, follow these steps:
Ensure you have Python installed on your system. You can download it from python.org.
git clone https://github.com/chrohangurjar1/StudentManagementSystem.git
cd school_management_app
You can install Flask using pip:
pip install Flask
Once you have Flask installed, you can start the application:
python app.py
Open your web browser and navigate to http://127.0.0.1:5000
to access the app.
- π Adding Students: Click on the "Add Student" link to enter a new student's name and grade.
- ποΈ Viewing Students: After adding a student, you will be redirected to the main page, where you can see the list of all students.
Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/NewFeature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/NewFeature
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries, please reach out to:
- Rohan Naagar: your.email@example.com
- GitHub: Rohan Naagar
Thank you for checking out the School Management App! We hope it helps you manage student records efficiently. π