Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasanelli/genius
Genius game, created in HTML, CSS, JS vanilla. Uses gulp to build and minify. And github actions to deploy to amazon S3
https://github.com/nicolasanelli/genius
css game genius github-actions gulp html javascript web
Last synced: 12 days ago
JSON representation
Genius game, created in HTML, CSS, JS vanilla. Uses gulp to build and minify. And github actions to deploy to amazon S3
- Host: GitHub
- URL: https://github.com/nicolasanelli/genius
- Owner: nicolasanelli
- Created: 2021-02-03T02:55:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T01:43:29.000Z (over 3 years ago)
- Last Synced: 2023-03-05T10:49:09.617Z (over 1 year ago)
- Topics: css, game, genius, github-actions, gulp, html, javascript, web
- Language: CSS
- Homepage: https://s3.sa-east-1.amazonaws.com/nicolasanelli.com.br/genius/index.html
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genius HTML-CSS
Is a homemade project using html/css/vanilla js. Without canvas to keep it simple.
[![Upload AWS S3](https://github.com/NicolasAnelli/genius-html-css/actions/workflows/deploy-prod.yml/badge.svg?branch=main)](https://github.com/NicolasAnelli/genius-html-css/actions/workflows/deploy-prod.yml)
## To-do list
- [x] Layout
- [x] Responsive layout
- [x] Github actions deploy
- [ ] How to play description
- [x] Play logic
- [x] Rounds counter
- [ ] Internationalization (I18n)
- [ ] Add songs
- [ ] CSS variable colors## Demo
[http://nicolasanelli.com.br/genius/](http://nicolasanelli.com.br/genius/)
## How to dev-it locally
- Clone repository
- npm install
- npm run dev
- Go to http://localhost:8080## Contributing
Feel free to fork and contribute to this project.