An open API service indexing awesome lists of open source software.

https://github.com/sandykr29/cityed

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.
https://github.com/sandykr29/cityed

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# EduCity

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.

## Deployment

The website is currently deployed and accessible at: [EduCity Deployed Link](https://cloneedusity.netlify.app/)

## Features

- 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

## Technologies Used

- ReactJS
- HTML
- CSS
- JavaScript

## Pages

- **Home**: Landing page with general information about the university.
![Home Page](src/assets/home_page.png)

- **Program**: Displays available graduation degrees with detailed information.
![Program Page](src/assets/Program_page.png)

- **About Us**: Provides information about the university's history, mission, and values.
![About Us Page](src/assets/about_page.png)

- **Campus**: Showcases images and details of the university campus.
![Campus Page](src/assets/campus_page.png)

- **Testimonials**: Features testimonials from students or alumni.
![Testimonials Page](src/assets/testimonial_page.png)

- **Contact**: Allows users to get in touch with the university.
![Contact Page](src/assets/contact_page.png)

## Images

Images for the pages mentioned above can be found in the `assets` folder.

## Author

- Sandeep Kumar

## Getting Started

To run the EduCity project locally, follow these steps:

1. Clone this repository: `git clone https://github.com/Sandykr29/CityEd.git`
2. Navigate to the project directory: `cd educity`
3. Install dependencies: `npm install`
4. Start the development server: `npm start`
5. Open your browser and visit: `http://localhost:3000`

## Contributing

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.