kendoriddy / startup-summit

This project is my first capstone project at Microverse. I will be building a website for the upcoming (fictional) Nigeria's first Entrepreneurship and Startup Management Summit

Home Page:https://kendoriddy.github.io/startup-summit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startup-summit

This project is my first capstone project at Microverse. I built a website for the upcoming (fictional) Africa's Entrepreneurship and Startup Management Summit. The design for this project is inspired by Cindy Shin on Behance.

screenshot screenshot

The goal of this project is to build a simple multi page responsive conference website which will be coming up later this year. The website will show all the necessary information concerning the conference including: the speakers, program of event, sponsors and other relevant information.

In this project, you are expected to setup Html-CSS-Javascript linter following the guidelines stated in the Html-CSS-Javascript linter config documentation, follow mobile first approach while building the website, make the website responsive on mobile and desktop, make website interactive, run tests and finally deploy.

The project will contain the homepage and about page.

Built With

  • HTML5, Javascript
  • CSS3
  • Linters

Live Demo

Live demo here

Video Demo

View my video demo here

Getting Started

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

Prerequisites

Setup

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in HTML file run: npx hint .
  • For tracking linter errors in CSS file run: npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run: npx eslint .

Deployment

  • Use GitHub pages to deploy website
  • For more information about publishing sources, see About github pages

Author

👤 Kehinde Ridwan Onifade

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

This project is my first capstone project at Microverse. I will be building a website for the upcoming (fictional) Nigeria's first Entrepreneurship and Startup Management Summit

https://kendoriddy.github.io/startup-summit/

License:MIT License


Languages

Language:HTML 46.3%Language:CSS 38.7%Language:JavaScript 15.0%