Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franzdiebold/lyktos
π± lyktos | Compare greek and roman gods and goddesses.
https://github.com/franzdiebold/lyktos
bloomer bulma jest-snapshots react react-helmet react-router travis-ci
Last synced: about 2 months ago
JSON representation
π± lyktos | Compare greek and roman gods and goddesses.
- Host: GitHub
- URL: https://github.com/franzdiebold/lyktos
- Owner: FranzDiebold
- License: mit
- Created: 2019-03-10T12:46:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T08:37:59.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:49:37.506Z (8 months ago)
- Topics: bloomer, bulma, jest-snapshots, react, react-helmet, react-router, travis-ci
- Language: JavaScript
- Homepage: https://www.lyktos.ml
- Size: 9.1 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![lyktos gods](./images/gods.png "lyktos gods")
# :trident: lyktos
## Compare greek and roman gods and goddesses.
[![React: v16.14](https://img.shields.io/badge/React-v16.14-61DAFB.svg)](./package.json)
[![Build and Deploy](https://github.com/FranzDiebold/lyktos/actions/workflows/ci.yml/badge.svg)](https://github.com/FranzDiebold/lyktos/actions/workflows/ci.yml)
[![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE.md)## Project background
What should you do if you both want to learn [React](https://reactjs.org) and get to know [greek](https://en.wikipedia.org/wiki/Greek_mythology) and [roman](https://en.wikipedia.org/wiki/Roman_mythology) mythology?
You create :trident: lyktos!
### React features/packages used
- [React Hooks](https://reactjs.org/docs/hooks-intro.html)
- [React Router](https://github.com/ReactTraining/react-router)
- [React Helmet](https://github.com/nfl/react-helmet)
- [Bloomer](https://github.com/AlgusDark/bloomer)
- [Jest Snapshot Testing](https://jestjs.io/docs/en/snapshot-testing)## Etymology
Lyktos, Lyctus or Lyttos (Greek: ΞΟΞΊΟΞΏΟ or ΞΟΟΟΞΏΟ), was one of the most considerable cities in ancient Crete, which appears in the Homeric catalogue. Lyttos is now a village in the municipality of Minoa Pediada.
According to Hesiod, Theogony (477-484), Rhea gave birth to Zeus in Lyctus and hid him in a cave of Mount Aegaeon. The inhabitants of this ancient Doric city called themselves colonists of Sparta, and the worship of Apollo appears to have prevailed there.
## Thank you!
- All information is taken from [Wikipedia](https://www.wikipedia.org)
- Gods [Vector Illustration by www.Vecteezy.com](https://www.vecteezy.com/)
- Heaven background [Designed by macrovector / Freepik](http://www.freepik.com)
- Made with [Bulma](https://github.com/jgthms/bulma)## "Alexa, open mythology land"
Also check out the corresponding **Alexa skill** "mythology land", which is also [open source](https://github.com/FranzDiebold/mythology-land-alexa-skill)!
## Deployment
The app is automatically deployed to GitHub Pages using [GitHub Actions](https://github.com/features/actions), see [.github/workflows/ci.yml](.github/workflows/ci.yml).
## Technical
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Available Scripts
In the project directory, you can run:
#### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.#### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.#### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.