Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/kendoriddy/startup-summit
css3 html5 javascript
Last synced: 3 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/kendoriddy/startup-summit
- Owner: kendoriddy
- License: mit
- Created: 2022-07-25T07:30:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T06:59:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T04:40:50.009Z (9 months ago)
- Topics: css3, html5, javascript
- Language: HTML
- Homepage: https://kendoriddy.github.io/startup-summit/
- Size: 13.9 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015).![screenshot](./assets/designs/home.PNG)
![screenshot](./assets/images/summit.png)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](https://kendoriddy.github.io/startup-summit/)## Video Demo
View my video demo [here](https://www.loom.com/share/46390fcf62ab401a9b96f88226d47ef3)
## Getting Started
To get a local copy up and running follow these simple example steps.## Prerequisites
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. [Link to download VSCode](https://code.visualstudio.com/download)
- Install node package. [Link to download node](https://nodejs.org/en/download/)
- Have git installed.[Link to download git](https://git-scm.com/downloads)
- Create a github repository.## Setup
- git clone https://github.com/kendoriddy/startup-summit.git
- cd startup-summit/
-Follow the HTML-CSS linter configuration to docs to setup linters [Link to Microverse linter docs](https://github.com/vickymarz/linters-config/tree/master/html-css-js)## 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](https://pages.github.com/)## Author
👤 **Kehinde Ridwan Onifade**
- GitHub: [@githubhandle](https://github.com/kendoriddy)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kehindeonifade/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Design inspiration by [Cindy Shin on Behance](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015)
- Microverse
- Coding Partners
- Code Reviewers## 📝 License
This project is [MIT](./MIT.md) licensed.