/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.

Primary LanguageCSS

logo

Techsphere

📗 Table of Contents

📖 [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 .
  • You can also find a video presentation Here.

(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 <folder>

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"

(back to top)

👥 Authors

👤 Okolo Oshoke (Lorenzo)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(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.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)