Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wojciechmarek/travel-agency
A sample website of "Explorix" travel agency.
https://github.com/wojciechmarek/travel-agency
gatsbyjs graphql modern-ui react seo styled-components
Last synced: 16 days ago
JSON representation
A sample website of "Explorix" travel agency.
- Host: GitHub
- URL: https://github.com/wojciechmarek/travel-agency
- Owner: wojciechmarek
- License: 0bsd
- Created: 2022-12-14T17:21:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T17:26:31.000Z (about 2 years ago)
- Last Synced: 2024-11-30T02:12:44.997Z (3 months ago)
- Topics: gatsbyjs, graphql, modern-ui, react, seo, styled-components
- Language: JavaScript
- Homepage:
- Size: 24.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Explorix
A sample website of "Explorix" travel agency. Based on the YouTube tutorial.
## Purpose
The Explorix website was created to improve my skills in creating modern websites.
## Screenshot
![tinywow_explorix_9737701](https://user-images.githubusercontent.com/27026036/207664988-bb785027-d99c-4c21-8a5b-d2d427ebda15.jpg)
## Used technologies
- Visual Studio Code
- Gatsby.js
- Styled Components
- GraphQL
- Basics of SEO## How to run
Restore npm packages: `npm i`, then start a development server: `npm start`.