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

https://github.com/tylher/first-capstone

First Microverse capstone project. It is a event website for hyperrealism artist all over the world to gather and connect
https://github.com/tylher/first-capstone

css html javascript

Last synced: about 1 month ago
JSON representation

First Microverse capstone project. It is a event website for hyperrealism artist all over the world to gather and connect

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# HYPERREALISM ARTISTS' CONFERENCE

> This is the page view:

> | | Mobile version | Desktop version | |
> | --- | ----------------------------------- | ------------------------------------ | --- |
> | | ![Screenshot1](./Images/screenshot/mobile.png) | ![Screenshot2](./Images/screenshot/desktop.png) |

> |Mobile menu |
> | -------------------------- |
> | ![Mobile-menu](./Images/screenshot/mobile-menu.png) |

The project is a website for a conference that brings together artists from different parts of the world to engage with one another. It only shows the home-page and the about page

## Built With

- Major languages :HTML, JavaScript, CSS
- Frameworks : N/A

## Live Demo (if available)

[Live Demo Link](https://tylher.github.io/first-capstone/)

## Video
[Loom video link](https://www.loom.com/share/52cb2e854b064203a749968bd49c3dc7)

## Getting Started

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

### Prerequisites
- Understand how HTML and CSS work
- Understand github and gitflow

### Install
To view and edit this project, you need to install the following,
- Any web browser of your choice
- Git and Gitbash
- Any code editor of your choice

### Usage
- To clone the repository run this command `git clone [email protected]:tylher/first-capstone.git` in your command line

### Run tests
For tracking linters errors locally you need to follow these steps:

- After cloning the project you need to run this command

> npm install
> `This command will download all the dependencies of the project`

- For tracking the linter errors in HTML file run:

> npx hint .

- For tracking the linter errors in CSS file run:

> npx stylelint "\*_/_.{css,scss}"

- And For tracking the linter errors in JavaScript file run:
> npx eslint .

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

## Authors

👤 **Author1**

- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments
- Design and inspiration by [Cindy Shin on Behance](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015).
- Hat tip to anyone whose code was used

## 📝 License

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