Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusz-przybyla/js-thesimongame
JavaScript Course - Web Development Bootcamp
https://github.com/mateusz-przybyla/js-thesimongame
css html javascript jquery
Last synced: 10 days ago
JSON representation
JavaScript Course - Web Development Bootcamp
- Host: GitHub
- URL: https://github.com/mateusz-przybyla/js-thesimongame
- Owner: mateusz-przybyla
- Created: 2024-03-21T21:48:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:08:02.000Z (8 months ago)
- Last Synced: 2024-03-24T12:49:08.723Z (8 months ago)
- Topics: css, html, javascript, jquery
- Language: JavaScript
- Homepage: https://mateusz-przybyla.github.io/JS-TheSimonGame/
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Development Bootcamp - Project_TheSimonGame
Final Project of jQuery.
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)## Overview
### Screenshot
![](./screenshot.jpg)
### Links
- Live Site URL: https://mateusz-przybyla.github.io/JS-TheSimonGame/
## My process
### Built with
- JavaScropt: push() method of Array, length property, setTimeout(), play() methods, Audio()
- jQuery: on(), text(), addClass(), removeClass(), animate() methods### Useful resources
- [Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/?couponCode=KEEPLEARNING) - The Web Development Bootcamp in which I am taking part.
- [MDN Web Docs](https://developer.mozilla.org/en-US/) - My best website which help me understand rules and features about HTML, CSS and JS languages.
- [Kurs JavaScript dla superbohaterów](https://kursjs.pl/)
- [jQuery API Documentation](https://api.jquery.com/)