- This Repo contains my work on a new website for the computer science department
This website is a project for my interim assesment. The purpose of this website is to showcase the Computer Science Department and its various aspects, such as the catalog, resources, events, contact information, and more. The website is designed to be user-friendly, navigable, responsive, and informative.
To clone and set up this project, follow these steps:
- Fork this repository to your own GitHub account.
- Copy the URL of your forked repository.
- Open your terminal and navigate to the directory where you want to clone the project.
- Run the command
git clone <URL>
where<URL>
is the URL of your forked repository. - Open the project folder in your code editor of choice.
- To view the website, open the
index.html
file in your browser or use a Live server extension. - To view live version hosted by github pages visit Website Link
- Added a form to allow people sign up to the research groups
- Added a dynamic search for insight into every course in
phd.html
- Name: Michael Perry Tettey
- Student ID: 11318179
Here are some screenshots of the website pages:
- About Page
- Research Group
- Events Page
- Undergraduate Page
From this project, I have learnt:
- How to create a website using HTML, CSS, and JavaScript.
- How to use React to create reusable components and dynamic UI.
- How to apply responsive design principles to make the website accessible on different devices.
- How to use GitHub to fork, clone, commit, and create pull requests.
- How to research and use various computer science resources.