Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanessaaleung/full-stack-notes
Notes for the Full-Stack Web Development with React Specialization on Coursera
https://github.com/vanessaaleung/full-stack-notes
coursera javascript notes react webapp webdevelopment
Last synced: about 1 month ago
JSON representation
Notes for the Full-Stack Web Development with React Specialization on Coursera
- Host: GitHub
- URL: https://github.com/vanessaaleung/full-stack-notes
- Owner: vanessaaleung
- Created: 2020-06-10T01:58:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T20:50:52.000Z (over 4 years ago)
- Last Synced: 2023-03-07T16:20:44.578Z (almost 2 years ago)
- Topics: coursera, javascript, notes, react, webapp, webdevelopment
- Homepage:
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Development Notes
This repo contains my notes for the Full-Stack Web Development with [React Specialization](https://www.coursera.org/specializations/full-stack-react) on Coursera.
1. [Front-End Web UI Frameworks and Tools: Bootstrap 4](https://github.com/vanessaaleung/full-stack-notes/tree/master/bootstrap)
2. [Front-End Web Development with React](https://github.com/vanessaaleung/full-stack-notes/tree/master/react)
- React Components
- Controlled/Uncontrolled Form
- React Router
- Redux, Thunk
- Client-Server Communication (REST, HTTP)
- React Animation
3. [Multiplatform Mobile App Development with React Native](https://github.com/vanessaaleung/full-stack-notes/tree/master/react-native)
4. [Server-side Development with NodeJS, Express and MongoDB](https://github.com/vanessaaleung/full-stack-notes/tree/master/server-side-development)
- NodeJS
- Database
- User Authentication
- Backend as a Service
- Integrating the React Client and Server