https://github.com/maccauhuru/modern-js-sandbox-code
Code i am writing for the modern JS from beginning course
https://github.com/maccauhuru/modern-js-sandbox-code
api data-structures es6 functional-programming javascript object-oriented-programming prototype
Last synced: 24 days ago
JSON representation
Code i am writing for the modern JS from beginning course
- Host: GitHub
- URL: https://github.com/maccauhuru/modern-js-sandbox-code
- Owner: Maccauhuru
- Created: 2019-07-19T22:47:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T02:09:31.000Z (over 6 years ago)
- Last Synced: 2025-02-25T23:33:02.020Z (over 1 year ago)
- Topics: api, data-structures, es6, functional-programming, javascript, object-oriented-programming, prototype
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern JS From Beginning
Basics & Fundamentals: Data types, let & const variables, functions, conditionals, loops, object literals, arrays, etc
DOM Manipulation: Selectors, traversing the DOM, show/hide, creating & removing elements, event listeners
OOP: ES5 prototypes, inheritance, ES2015 classes & sub-classes, constructors
Async JS: Ajax & XHR, Fetch API, callbacks, promises, async / await
ES2015+: Arrow functions, template strings, generators, iterators, maps & sets, symbols & more
JavaScript Patterns: Module, Factory, State, Observer, Mediator, Singleton
Other: Local & session storage, regular expressions, try/catch error handling
10 Projects of all kinds
## PROJECTS
Task List With Local Storage
Loan Calculator
Number Guess Game
OOP Book Listing App (ES5 Prototype & ES2015 Classes Version)
Chuck Norris Joke Generator
EasyHTTP - Custom HTTP Library (3 Versions - Callbacks / Promises / Async & Await)
Github Finder
WeatherJS App
Calorie Tracker (Module Pattern)
Microposts - Frontend CRUD for REST API (Webpack & Babel)