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.
- Host: GitHub
- URL: https://github.com/lorenzoworx/capstoneone
- Owner: lorenzoworx
- Created: 2022-09-12T09:36:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T17:32:10.000Z (over 3 years ago)
- Last Synced: 2025-04-12T09:19:48.231Z (about 1 year ago)
- Topics: css, html
- Language: CSS
- Homepage: https://lorenzoworx.github.io/capstoneOne/
- Size: 1.34 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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]** This is a project designed to test my understanding of the topics covered in module 1
- HTML
- CSS
- JAVASCRIPT
- Find a live demo [Here](https://lorenzoworx.github.io/capstoneOne/) .
- You can also find a video presentation [Here](https://www.loom.com/share/a817f18413a94d5b851a2d0d5672a6e2).
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)"
👤 **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)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
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).
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._