Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dennis-every/arubyconf
- Owner: dennis-every
- Created: 2023-01-03T11:46:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T11:41:14.000Z (about 2 years ago)
- Last Synced: 2024-12-06T03:43:54.955Z (about 1 month ago)
- Topics: css, html5, javascript
- Language: CSS
- Homepage:
- Size: 3.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
- HTML
- CSS
- Javascript- **Responsive Pages**
- **Mobile Menu interactions using JS**
- **Load webpage data using JS**- [Live Demo Link](https://dennis-every.github.io/arubyconf/)
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👤 **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)- [ ] **Make MORE button on the home page functional**
- [ ] **Tickets page**
- [ ] **Schedule page**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Please star this project if you like this project.
- Original design idea by [Cindy Shin in Behance](https://www.behance.net/adagio07)
- **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.
This project is [MIT](./MIT.md) licensed