This repository contains the source code for the Sage University college website, a single-page application built using React, Material-UI, CSS, and other technologies.
-
Modern Design: The website features a modern and intuitive design, providing an engaging user experience.
-
Responsive Layout: Built with responsiveness in mind, the website adapts seamlessly to various screen sizes and devices.
-
Interactive Components: Utilizes interactive Material-UI components to enhance user interaction and navigation.
-
Contact Form: Includes a contact form allowing visitors to get in touch with the university easily.
-
Dynamic News Section: Integrates with a news API to fetch and display the latest sports news, keeping visitors informed and engaged.
Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new pull request.
To run the website locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the project dependencies. - Run
npm start
to start the development server. - Open your web browser and visit
http://localhost:3000
to view the website.
This project was bootstrapped with Create React App.