Welcome to our school web application! This dynamic web application is designed to streamline interactions between students, teachers, and administrative staff. With a responsive user interface, users can seamlessly access information, interact, and perform various tasks.
- HTML5
- CSS
- JavaScript
- Tailwind CSS
-
Information Showcase: The web application provides a platform to showcase all relevant information about the school, including events, news, academic programs, and more.
-
Login/Signup: Users can create accounts or log in securely to access personalized features and content.
-
Dashboard: Once logged in, users are greeted with a personalized dashboard where students can view their grades, assignments, and announcements, while teachers can manage classes, grades, and assignments.
-
Interaction between Students and Teachers: The platform facilitates communication and collaboration between students and teachers through messaging, assignment submissions, and feedback.
-
Admission Process: Prospective students can apply for admission online, streamlining the admission process for both the school administration and applicants.
-
Online Gateway Application: The web application incorporates an online payment gateway for various purposes such as fee payments, event registrations, and donations.
-
Cloning:
Run the following command in your terminal or command prompt to clone the repository to your local machine:
git clone https://github.com/theankushshah/Govt.Model-Sanskriti-Senior-Secondary-School.git
-
Navigate to the Directory:
Once cloned, navigate into the project directory using the
cd
command:cd Govt.Model-Sanskriti-Senior-Secondary-School
-
Download ZIP Code folder:
Unzip the folder in your machine.
-
Navigate to the Downloaded Directory:
Open your code editor and open the unzipped folder in it then:
cd /path/to/downloaded/folder
-
Running:
Open any HTML file by F5 in your browser to view the project.
-
Start Coding:
Feel free to edit the code according to your requirements.
-
Initialize a New Git Repository:
git init
-
Stage and Commit the Code:
git add . git commit -m "Initial commit"
-
Create a New Repository on GitHub:
Do not initialize the new repository with a README, .gitignore, or license.
-
Link Local Repository to GitHub:
git remote add origin https://github.com/username/new-repo.git
Replace https://github.com/username/new-repo.git with your actual repository URL.
-
Push Code to GitHub:
git branch -m main git pull origin main git push -u origin main
-
Deployment:
Deploy the application to your preferred hosting platform to make it accessible online.
-
Forking:
Run the following command in your terminal or command prompt to fork the repository to your local machine:
git clone https://github.com/your-username/Govt.Model-Sanskriti-Senior-Secondary-School.git
-
Navigate to the Directory:
Once cloned, navigate into the project directory using the
cd
command:cd Govt.Model-Sanskriti-Senior-Secondary-School
-
Start Coding:
Make the additions & desired changes to the code.
-
Commit & Push Your Changes to Your Fork:
Once cloned, navigate into the project directory using the
cd
command:git add . git commit -m "" git pull origin main git push -u origin main
-
Create a Pull Request:
-
Go to your forked repository on GitHub
-
Click the "Compare & pull request" button.
-
Review your changes and write a clear description of your contribution.
-
Click "Create pull request"
I will review your pull request and decide whether to merge your changes into my repository or not
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
- Ankush Shah ([email protected])
- Haven Futures ([email protected]) (Main)
Happy coding!