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

https://github.com/bestbynature/aishatu-gobir-inaugural-lecture

This is a Capstone Project built with html, CSS and JavaScript. It relates to a fictitious Inaugural lecture that is to take place at the University of Ilorin, Nigeria.
https://github.com/bestbynature/aishatu-gobir-inaugural-lecture

css html javascript

Last synced: about 1 month ago
JSON representation

This is a Capstone Project built with html, CSS and JavaScript. It relates to a fictitious Inaugural lecture that is to take place at the University of Ilorin, Nigeria.

Awesome Lists containing this project

README

        




Aishatu-Gobir-Inaugural-Lecture

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Aishatu-Gobir-Inaugural-Lecture]

**[Aishatu-Gobir-Inaugural-Lecture](https://bestbynature.github.io/Aishatu-Gobir-Inaugural-Lecture/)** is a capstone project to fulfil the requirement for the completion of Module One of Full Stack Web Developement Program at Microverse Inc. This project features the main lecture as well as keynote speakers for the 219th Inaugural Lecture at the University of Ilorin, Ilorin, Nigeria.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JAVASCRIPT

### Key Features

- **[Responsive design]**
- **[Home and About Pages]**
- **[Keynote Speakers]**

(back to top)

## 🚀 Live Demo

- [Aishatu-Gobir-Inaugural-Lecture](https://bestbynature.github.io/Aishatu-Gobir-Inaugural-Lecture/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:


  • The current version of node

  • To have Git installed on your local machine

  • Node Package manager (npm)

  • An editor such as Visual Studio Code

### Setup

Clone this repository to your desired folder:


  • Create your classic access token from github.com

  • run "git clone https://{access_token}@github.com/username/{repo_name}.git"

  • Update your git identity by running "git config --global user.email "[email protected]""

  • Update your name on git by running "git config --global user.name "your_name"

### Install

Install this project with:


  • In the first commit of your feature branch create a .github/workflows folder and add a copy of [.github/workflows/linters.yml](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.github/workflows/linters.yml) to that folder.

  • create a .gitignore file and add 'node_modules' to it

  • run 'npm init -y'

  • run 'npm install --save-dev [email protected]'

  • Copy [.hintrc](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.hintrc) to the root directory of your project.

  • run 'npx hint .'

  • Fix validation errors.

  • run 'npm install --save-dev [email protected] [email protected] [email protected] [email protected]'

  • Copy [.stylelintrc.json](https://github.com/microverseinc/linters-config/blob/master/html-css-js/.stylelintrc.json) to the root directory of your project.

  • Run 'npx stylelint "**/*.{css,scss}"'

  • fix linter errors

  • run 'npm install --save-dev [email protected] [email protected] [email protected] [email protected]'

  • Copy [.eslintrc.json](https://github.com/microverseinc/linters-config/tree/master/html-css-js)

  • Run npx eslint . on the root of your directory of your project

  • Fix linter errors>


### Usage

To run the project, execute the following command:

```sh
use git bash to open in Vs code
```

### Run tests

To run tests, run the following command:

```sh
Run "npx hint ."
Run "npx stylelint "**/*.{css,scss} --fix " to fix linters
Run "npx eslint . --fix to fix linters"
```

### Deployment

You can deploy this project using:

- github pages

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilare-ismaila-4a5a8b30/)

(back to top)

## 🔭 Future Features

- [ ] **[contact form page]**
- [ ] **[Seat selection and Seat-Booking feature]**
- [ ] **[A page for Financial Donations towards the Inaugural Lecture ]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, kindly drop a star for me.

(back to top)

## 🙏 Acknowledgments

I would like to use this medium to appreciate [Cindy Shin in Benance](https://www.behance.net/adagio07) for putting up the original design idea.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)