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

https://github.com/lorenzoworx/capstoneone

This is the repository for my capstone project, a website for a tech conference. The website is designed to provide information about the conference. It is built using modern web development technologies, including HTML, CSS, and JavaScript, this project showcases my skills in web development and design.
https://github.com/lorenzoworx/capstoneone

css html

Last synced: about 1 year ago
JSON representation

This is the repository for my capstone project, a website for a tech conference. The website is designed to provide information about the conference. It is built using modern web development technologies, including HTML, CSS, and JavaScript, this project showcases my skills in web development and design.

Awesome Lists containing this project

README

          



logo

Techsphere

# 📗 Table of Contents

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

# 📖 [Techsphere]

**[Techsphere]** This is a project designed to test my understanding of the topics covered in module 1

## 🛠 Built With

- HTML
- CSS
- JAVASCRIPT

## 🚀 Live Demo

- Find a live demo [Here](https://lorenzoworx.github.io/capstoneOne/) .
- You can also find a video presentation [Here](https://www.loom.com/share/a817f18413a94d5b851a2d0d5672a6e2).

(back to top)

## 💻 Getting Started

To get a local copy of this project up and running on your local machine follow the steps below.

### Prerequisites

In order to run this project you need:
- Basic understanding of html and css
- Intermediate understanding of Javascript
- Git installation
- A text editor
- A terminal
- A web browser to view output e.g Google Chrome
- An IDE e.g Visual studio code

### Setup

- Clone this repository or download the Zip folder:

```
git clone https://github.com/lorenzoworx/capstoneOne.git
```

- Navigate to the location of the folder in your machine:

**``you@your-Pc-name:~$ cd ``**

### Usage

- After Cloning this repo to your local machine
- Open the `index.html` in your browser

### Run tests

To track linter errors locally follow these steps:

Download all the dependencies run:
```
npm install
```
Track HTML linter errors run:
```
npx hint .
```
Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
npx eslint .
```

### Deployment

- GitHub Pages was used to deploy this website
- For more information about publishing sources, see "[About github page](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)"

(back to top)

## 👥 Authors

👤 **Okolo Oshoke (Lorenzo)**

- GitHub: [@lorenzoworx](https://github.com/lorenzoworx)
- Twitter: [@lorenzoworx](https://twitter.com/lorenzoworx)
- LinkedIn: [Oshoke Okolo](https://www.linkedin.com/in/oshoke-okolo-665208108)

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank Cindy shin for the original design that inspired this body of work.
The design can be found [Here](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015).

(back to top)

## 📝 License

This project is [MIT](MIT.md) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)