Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/osamamammar/gui-rock-paper-scissor

JS practice project from (The Odin Project). rock paper scissor GUI
https://github.com/osamamammar/gui-rock-paper-scissor

css frontend game html jade-template-engine javascript js postcss pug-template-engine pugjs responsive-design theodinproject

Last synced: 3 days ago
JSON representation

JS practice project from (The Odin Project). rock paper scissor GUI

Awesome Lists containing this project

README

        

# Frontend Modern Workflow

JS practice project from (The Odin Project). rock paper scissors GUI

## Screenshots


Desktop




Mobile



## Getting started

- Clone the repository then write `npm i`
- after `npm i` write `npm run dev` to run server local

### Available tasks

These scripts can be run by `yarn SCRIPT_NAME` or `npm run SCRIPT_NAME`. They're available in `package.json` with key: `scripts`

- `snowpack` copies the scripts you configure from `node_modules` to `web_modules`. You will need to run this command every time you install a new dependency
- `test` run the workflow unit tests. You probably will need to override this with your own tests.
- `dev` starts the development server.
- `build` run the necessary scripts to build your application.

## Design Copyrights

[Frontend Mentor](https://www.frontendmentor.io/challenges/rock-paper-scissors-game-pTgwgvgH)