https://github.com/dsomleff/js-camp
Brief notes about JS
https://github.com/dsomleff/js-camp
babel css html javascript js live-server webpack
Last synced: 2 months ago
JSON representation
Brief notes about JS
- Host: GitHub
- URL: https://github.com/dsomleff/js-camp
- Owner: dsomleff
- Created: 2021-02-01T09:25:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T13:42:55.000Z (over 2 years ago)
- Last Synced: 2025-06-20T03:42:39.404Z (12 months ago)
- Topics: babel, css, html, javascript, js, live-server, webpack
- Language: JavaScript
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Camp
# Spec
All idea, tasks and some solutions were taken from ["The Modern JavaScript Bootcamp"](https://www.udemy.com/course/modern-javascript/) by [Andrew Mead](https://mead.io). Including simple apps like Note, Todo, Hangman game.
# Technologies
- Languages: JavaScript
- NPM packages: Live Server, Moment, Babel, Webpack.
# Apps Examples
Check the applications, that were made during the course at the following links:
- [Note App](https://somleff-notes.netlify.app)
- [Hangman](https://somleff-hangman.netlify.app)
- [TodosApp](https://stupid-cry.surge.sh)
P.S. NoteApp and Hangman hosted on https://app.netlify.com/. TodosApp deployed by using https://surge.sh.
> For educational purposes only
# Course Description
Here is the list of main topics covered by the course.
- `101` folder contains examples of how js works under the hood
- JavaScript Basics: Variables and Flow Control
- JavaScript Functions
- JavaScript Objects
- JavaScript Arrays
- Javascript in the Browser
- Data Storage, Libraries
- Arrow Functions
- Asynchronous JavaScript
- CSS themes for Apps and Hosting Applications
- Babel, Webpack
- Convert existed code into JS Modules