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

https://github.com/robeecodes/space-tourism

Frontend Mentor Space Tourism Challenge
https://github.com/robeecodes/space-tourism

Last synced: about 1 year ago
JSON representation

Frontend Mentor Space Tourism Challenge

Awesome Lists containing this project

README

          

# My Space Tourism Challenge

By Robin [@robeecodes](https://github.com/robeecodes)

View my final project live [here](https://robeecodes.github.io/space-tourism/index.html)

[Courtesy of Frontend Mentor](https://www.frontendmentor.io/challenges/space-tourism-multipage-website-gRWj1URZ3/hub/space-tourism-multipage-website-P3O2In2KG5)

## Retrospective

This was my first time putting together a fully-fledged, multi-page website and, overall, I believe it went very well!
I've learnt a lot from this process and, certainly, would do some things differently should I attempt it again. For instance, I believe my SASS could have been cleaner with a little more pre-planning and less trying to force each webpage to conform to a singular model.
One thing I found really useful to learn about, however, was pulling data from a JSON file to populate each page. It keeps my files much more organised and provides a more interactive experience.