https://github.com/gperilli/freecodecamp-piranesi-tribute
Artist tribute page (built for freecodecamp)
https://github.com/gperilli/freecodecamp-piranesi-tribute
css3 freecodecamp html html5 javascript
Last synced: 18 days ago
JSON representation
Artist tribute page (built for freecodecamp)
- Host: GitHub
- URL: https://github.com/gperilli/freecodecamp-piranesi-tribute
- Owner: gperilli
- Created: 2023-12-08T18:14:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-16T13:56:33.000Z (3 months ago)
- Last Synced: 2026-05-03T19:39:08.915Z (about 1 month ago)
- Topics: css3, freecodecamp, html, html5, javascript
- Language: HTML
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freecodecamp projects: tribute page

See the (Github pages) deploy of this project here: [https://gperilli.github.io/freecodecamp-piranesi-tribute/](https://gperilli.github.io/freecodecamp-piranesi-tribute/)
This is a tribute page created for the freecodecamp web design course: [https://www.freecodecamp.org/learn/2022/responsive-web-design/](https://www.freecodecamp.org/learn/2022/responsive-web-design/).
## Built With
- [Vanilla JS](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - vanilla Javascript
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
## Getting the project files
Either do a direct download using the download option from the code button dropdown near the top of this Github page, or use a git clone command (if you have git installed):
```sh
git clone git@github.com:gperilli/freecodecamp-piranesi-tribute.git
cd freecodecamp-piranesi-tribute
```
For more information on getting git (version control system) on your local machine, see [this](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
## Set Up a Local Development Environment
The web app will run directly on any modern web browser by opening the `index.html` file.
Editing the code can be done with a simple text edtitor, or something like [Notepad++](https://notepad-plus-plus.org/). [VSCode](https://code.visualstudio.com/), probably the most popular code editor these days, can be used with the Live Server plugin which allows for near-real-time monitoring for the HTML and CSS edits.