Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.