One of my first projects. Simple game made in JS, CSS & HTML to learn coding. Check it Live here
- Latest web browser to run app on website (Google Chrome)
- To run git commands you need Git installed
- To run npm commands you need node installed
a) Download project via git
Run commands in terminal:
git clone project-name.github.com
cd project-name
npm install
b) Download project manually from GitHub
- Download project from this link
- Run index.html to open app in browser
Useful commands - run in project's directory:
- Dev server
npm run start
- Production build
npm run build
Technologies used during development process:
- Vanilla JS
- SCSS
- HTML
- timer
- score counter
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
You can check out the full license here.
This project is licensed under the terms of the MIT license.