Skip to content

vlondonoma/fullstackopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Open Exercises

Exercises for the course: Full Stack Open. Using Javascript, React, Node, Express, REST API, Typescript and more technologies. Submission for the Full Stack Open by the University of Helsinki's Department of Computer Science.

General info

Learn React, Redux, Node.js, MongoDB, GraphQL and TypeScript in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.

Course content

Part 0: Fundamentals of Web apps

  1. General info
  2. Fundamentals of Web apps

Part 1: Introduction to React

  1. Introduction to React
  2. Javascript
  3. Component state, event handlers
  4. A more complex state, debugging React apps

Part 2: Communicating with server

  1. Rendering a collection, modules
  2. Forms
  3. Getting data from server
  4. Altering data in server
  5. Adding styles to React app

Part 3: Programming a server with NodeJS and Express

  1. Node.js and Express
  2. Deploying app to internet
  3. Saving data to MongoDB
  4. Validation and ESLint

Part 4: Testing Express servers, user administration

  1. Structure of backend application, introduction to testing
  2. Testing the backend
  3. User administration
  4. Token authentication

Part 5: Testing React apps, custom hooks

  1. Login in frontend
  2. props.children and proptypes
  3. Testing React apps
  4. End to end -testing

Part 6: Advanced state management

  1. Flux-architecture and Redux
  2. Many reducers
  3. Communicating with server in a redux application
  4. React Query, useReducer and the context API

Part 7: React router, styling app with CSS and webpack

  1. React-router
  2. Custom hooks
  3. More about styles
  4. Webpack
  5. Class components, E2E-testing
  6. Exercises: extending the bloglist