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

https://github.com/lincoln1883/mod1-capstone-project

This project was a requirement of module one, where we learned HTML, CSS and JavaScript, also the importance of git workflows following best practices of committing early and often. The use of linters to ensure code quality follows the HTML and CSS best practices.
https://github.com/lincoln1883/mod1-capstone-project

html-css-javascript

Last synced: 4 months ago
JSON representation

This project was a requirement of module one, where we learned HTML, CSS and JavaScript, also the importance of git workflows following best practices of committing early and often. The use of linters to ensure code quality follows the HTML and CSS best practices.

Awesome Lists containing this project

README

          

My Reggae Capstone

# 📗 Table of Contents

- [📖 Reggae Capstone Project](#-reggae-capstone-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [👤 Lincoln Gibson](#-lincoln-gibson)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Reggae Capstone

This is my first Capstone project that designed to highlight the topics learned, it is build using html, css,javascript and linters.

## 🛠 Built With

### Tech Stack

HTML

CSS

JavaScript

### Key Features

- **[A Desktop version]**
- **[A Mobile version]**
- **[Button Animation when hover or clicked]**
- **[Image transition when hovered]**
- **[The Feature section was dynamically created using JavaScript]**
- **[The Mobile menu operates using JavaScript]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://lincoln1883.github.io/mod1-capstone-project/)

## 🚀 Video Presentation
- [Video Presentation](https://www.loom.com/share/0bb71be5254b4a3e99b91311e152f655)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

```sh
- A web browser
- A code editor
- A terminal
- Git
- Node.js
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-portfolio-website
run `git clone https://github.com/lincoln1883/mod1-capstone-project`
```

### Install

Install this project with:

```sh
cd my-folder run `npm install`
```

### Usage

To run the project, execute the following command:

open the index.html file in your browser using the live server extension.

### Run tests

To test the html for errors:

```sh
run `npx hint .`
```
To test the javascript for errors:

```sh
run `npx eslint .`
```
To test styling errors:

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

(back to top)

## 👥 Author

#### 👤 Lincoln Gibson

- GitHub: [lincoln1883](https://github.com/lincoln1883)
- Twitter: [lincolngibson7](https://twitter.com/lincolngibson7)
- LinkedIn: [lincoln-gibson](https://linkedin.com/in/lincoln-gibson)

## 🔭 Future Features

- **[Add styling using SASS]**
- **[Add login functionality]**

(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

- Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Thank you Microverse for allowing me the opportunity to learn and grow.
- Thanks to Cindy Shin and Creative Commons CC for allowing me to replicate her design.

(back to top)

## 📝 License

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

(back to top)