An open API service indexing awesome lists of open source software.

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

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)