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

https://github.com/riyabulia12/review-code


https://github.com/riyabulia12/review-code

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# Review one of your past projects

## Built With

- Languages Used: HTML, CSS
- Tools Used: Github Desktop
- VCS: Git

## Project Setup
To get a local copy up and running follow these simple example steps.

### Prerequisites

- You need to have Code Editor Installed

### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/Portfolio.git
```
2. Open terminal and cd into project
```bash
cd Portfolio
```
3. Open the index.html in your brower:
```bash
open index.html
```

## Authors

👤 **Riya Bulia**

- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments
- ["How to give a code review?"](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/code-review/articles/give_code_review_basics.md)
- [HTML Semantic tags](https://github.com/microverseinc/curriculum-html-css/blob/main/articles/html_css_best_practices.md#:~:text=Use%20the%20appropriate%20tags%20for%20each%20element%20(e.g.%2C%20links%2C%20titles%2C%20etc.)%20and%20use%20HTML5%20semantic%20tags%20(e.g.%2C%20header%2C%20nav)%20over%20divs.)
- [HTML & CSS best practices](https://github.com/microverseinc/curriculum-html-css/blob/main/articles/html_css_best_practices.md)