EduCity is a React-based website project created by Sandeep Kumar. It showcases a fictional university that offers various graduation degrees. The website is built using ReactJS, HTML, CSS, and JavaScript.
The website is currently deployed and accessible at: EduCity Deployed Link
- Displays information about the university
- Lists available graduation degrees
- Provides details about each degree program
- Allows users to explore the website easily with a responsive design
- ReactJS
- HTML
- CSS
- JavaScript
-
Home: Landing page with general information about the university.
-
Program: Displays available graduation degrees with detailed information.
-
About Us: Provides information about the university's history, mission, and values.
-
Campus: Showcases images and details of the university campus.
-
Testimonials: Features testimonials from students or alumni.
Images for the pages mentioned above can be found in the assets
folder.
- Sandeep Kumar
To run the EduCity project locally, follow these steps:
- Clone this repository:
git clone https://github.com/Sandykr29/CityEd.git
- Navigate to the project directory:
cd educity
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit:
http://localhost:3000
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.