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

https://github.com/rysth/portfolio-project


https://github.com/rysth/portfolio-project

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          


logo


John Palacios - Microverse Student


# 📗 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)
- [Test](#test)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Portfolio Project

A **Portfolio Website** that allows recruiters to see my most relevant jobs by presenting them with a modern landing page. Built with HTML, CSS, and JavaScript.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **HTML Document**
- **CSS Document**
- **JavaScript DOM Manipulation**
- **Figma Template Design**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://rysth.github.io/Portfolio-Project/)

(back to top)

## 💻 Getting Started

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

### Setup

Clone this repository to your desired folder:

```
cd Portfolio-Project
git clone https://github.com/Rysth/Portfolio-Project.git
code . (To open VS Code Editor)
```

### Test

In order to follow the Linters you could check them using this:

```
npx hint . (Checks the HTML files.)
npx stylelint "**/*.{css,scss}" (Checks the CSS/SCSS files.)
npx eslint . (Checks the JavaScript files.)
```

## 👥 Authors

👤 **Rysth**

- GitHub: [@rysth](https://github.com/Rysth)

(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 feel free to watch it and take some features that will enhance your project
aswell.

(back to top)

## 🙏 Acknowledgments

I would like to thank to the Microverse Team for reviewing my code and make me a better
proffessional.

(back to top)

## 📝 License

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

(back to top)