- It contains the code for a school website which live preview can be seen by going through this link.
-
The School Site project is a website for a fictional school called Prayaas India. The website aims to provide information about the school's programs, facilities, and events to prospective students and their families.
-
The project was built using React, a popular JavaScript framework for building user interfaces, and Sass, a popular CSS preprocessor that allows for more efficient and maintainable stylesheets.
-
To run the website locally, you can follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/Rahulbaran/school-site.git
- Install the required dependencies using the following command:
pnpm install
- Start the development server using the following command:
pnpm start
- Open your web browser and go to
http://localhost:5000/
.
-
The school website has the following features:
- Home page
- About page
- Admissions page
- Academics page
- Gallery page
- Contact page
-
The website is responsive and can be viewed on desktop, tablet, and mobile devices.
-
We welcome contributions of all kinds, whether it's fixing a bug, improving the design, or adding new features. Here are some ways you can contribute:
- Open an issue: If you notice a bug or have an idea for a new feature, please open an issue and let us know.
- Submit a pull request: If you'd like to fix a bug or add a new feature, please submit a pull request. Make sure to include a detailed description of your changes and any necessary tests.
- Improve the documentation: If you notice any issues with the documentation, please let us know or submit a pull request to improve it.
- You can view a live preview of the website by visiting the following URL: https://prayaasindia.netlify.app
- This repository is licensed under the MIT License. See the LICENSE file for more information.