https://github.com/sleepypioneer/30daysofjavascript
Code along work following Wes Bros' 30 Days of JavaScript
https://github.com/sleepypioneer/30daysofjavascript
css html javascript wesbos
Last synced: 2 months ago
JSON representation
Code along work following Wes Bros' 30 Days of JavaScript
- Host: GitHub
- URL: https://github.com/sleepypioneer/30daysofjavascript
- Owner: sleepypioneer
- Created: 2018-02-20T08:19:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T08:24:51.000Z (about 7 years ago)
- Last Synced: 2025-01-14T08:39:51.522Z (4 months ago)
- Topics: css, html, javascript, wesbos
- Language: HTML
- Homepage:
- Size: 4.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30 Days of JavaScript
I plan to complete the challenge alongside the current JavaScript and Web development course I am taking here in Berlin.
You can read about my progress my blog page https://sleepypioneer.wordpress.com/ and below see the projects as I complete them. The idea of JavaScript 30 is to code to completion 30 projects using vanilla JavaScript code, from a Drum Kit to a 'Wack a Mole' game.
If you want to also take the challenge you can join here: https://javascript30.com/
### Server
A node server is used for this app. From the command line run "npm install" and then either "server.sh" if you are on a linux box or "server.bat" if you are on a windows box.
### Running the application
Navigate your browser to `http://localhost:8000/` to see the app running in your browser. You may have to add the page to the url such as EventDetails.html depending on where you are at in the course. The port may be configured either in the node server or on IIS.