Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/arubyconf

Aruba Ruby Conference 2023 is a webpage built as a capstone project to showcase html, css, and javascript skills gained during Module 1 of the Microverse program.
https://github.com/dennis-every/arubyconf

css html5 javascript

Last synced: 26 days ago
JSON representation

Aruba Ruby Conference 2023 is a webpage built as a capstone project to showcase html, css, and javascript skills gained during Module 1 of the Microverse program.

Awesome Lists containing this project

README

        


logo


Aruba Ruby Conference 2023


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Aruba Ruby Conference 2023

**Aruba Ruby Conference 2023** is a webpage built as a capstone project to showcase html, css, and javascript skills gained during Module 1 of the Microverse program.

## 🛠 Built With

### Tech Stack

- HTML
- CSS
- Javascript

### Key Features

- **Responsive Pages**
- **Mobile Menu interactions using JS**
- **Load webpage data using JS**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://dennis-every.github.io/arubyconf/)

(back to top)

## 💻 Getting Started

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

```sh
cd my-folder
git clone [email protected]:dennis-every/arubyconf.git
```

### Prerequisites

In order to run this project you need:

```sh
npm install
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:dennis-every/arubyconf.git
```

### Install

n/a

### Usage

Open index.html in your preferred browser.

### Run tests

To run tests, run the following command:

```sh
npm install
```

```sh
npx hint .
```

```sh
npx stylelint "**/*.{css,scss}"
```

```sh
npx eslint .
```

### Deployment

- Deployed with github pages at:
- https://dennis-every.github.io/arubyconf

(back to top)

## 👥 Author

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://linkedin.com/in/dennis-every)

(back to top)

## 🔭 Future Features

- [ ] **Make MORE button on the home page functional**
- [ ] **Tickets page**
- [ ] **Schedule page**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Please star this project if you like this project.

(back to top)

## 🙏 Acknowledgments

- Original design idea by [Cindy Shin in Behance](https://www.behance.net/adagio07)

(back to top)

## ❓ FAQ (OPTIONAL)

- **Can I re-use your code?**

- Sure, no problem!

- **How can I see the project?**

- Just clone the repository as expained in the setup section, and open the index.html file in your preferred browser.

(back to top)

## 📝 License

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

(back to top)