https://github.com/riyabulia12/review-code
https://github.com/riyabulia12/review-code
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riyabulia12/review-code
- Owner: RiyaBulia12
- Created: 2022-07-04T08:50:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T06:06:18.000Z (about 3 years ago)
- Last Synced: 2025-01-09T21:54:00.881Z (9 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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)