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

https://github.com/bohaz/capstone-project1

The Finals Rodeo website is a final project created with HTML, CSS and Javascript where we apply all the knowledge acquired during module 1
https://github.com/bohaz/capstone-project1

css html javascript

Last synced: 9 months ago
JSON representation

The Finals Rodeo website is a final project created with HTML, CSS and Javascript where we apply all the knowledge acquired during module 1

Awesome Lists containing this project

README

          

Capstone project 1

# πŸ“— 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](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [πŸ“ License](#license)

# πŸ“– Capstone project 1

**Capstone project 1** Is a personal portfolio made made from scratch using Html, Css and Flexbox.

## πŸ›  Built With

HTML5, CSS3, JavaScript, Git and Github

### Tech Stack

Client

Server

### Key Features

- **Best organization**
- **Professional documentation**
- **Clean Working**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://bohaz.github.io/capstone-project1/)

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

In order to run this project you need:

- Visual Studio Code installed
- Npm installed
- A Github account
- Git installed

### Setup

Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/bohaz/capstone-project1.git
```
### Install

To install all dependencies, run:

npm install

### Usage

To run this project, you need to follow these instructions

Open the index.html in your browser

### Run tests

To run tests, run the following commands:

-HTML linter errors run:

```npx hint .```

-CSS linter errors run:

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

### Deployment

You can deploy this project using:

-Github

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)

(back to top)

## πŸ”­ Future Features

- [ ] **Functionality**
- [ ] **Content**

(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

If you like this project let me know with a STAR!

(back to top)

## πŸ™ Acknowledgments

Original [design](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) idea by [Cindy Shin](https://www.behance.net/adagio07) in Behance.

Content and Images from [NFR Home Page](https://www.nfrexperience.com/)

(back to top)

## πŸ“ License

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

(back to top)