Description:
Educity is a simple and responsive school website built to showcase the programs offered, provide information about the institution, and offer a way for users to get in touch through a contact form. The site is built using React, HTML, and CSS, and integrates EmailJS to send form submissions to the school's email.
Installation:
-
Clone the repository:
git clone [https://github.com/Chukwuebukaray/educity]
-
Install dependencies:
cd educity npm install
Usage
-
Start the development server:
npm run dev
-
Access the website: Open your web browser and go to http://localhost:5173.
Contributing:
We welcome contributions to Educity! If you're interested in contributing, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Push your changes to your fork.
- Submit a pull request.
License:
This project is licensed under the MIT License.
Acknowledgements:
This project was inspired by GreatStack on Youtube: https://youtu.be/WbV3zRgpw_E?si=XCLkvXQstYqgh2UY.
Thanks to the ReactJS and Vite communities for their excellent tools and resources.