Skip to content

Iledius/FSO-ilari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSO-ilari

Personal repository for a full stack course at https://fullstackopen.com/

So far I've gone through:

Part 0 - Fundamentals of Web apps

  • General info
  • Fundamentals of Web apps

Part 1 - Introduction to React

  • Introduction to React
  • JavaScript
  • Component state, event handlers
  • A more complex state, debugging React apps

Part 2 - Communicating with server

  • Rendering a collection, modules
  • Forms
  • Getting data from server
  • Altering data in server
  • Adding styles to React app

Part 3 - Programming a server with NodeJS and Express

  • Node.js and Express
  • Deploying app to internet
  • Saving data to MongoDB
  • Validation and ESLint

Part 4 - Testing Express servers, user administration

  • Structure of backend application, introduction to testing
  • Testing the backend
  • User administration -Token authentication

Part 5 - Testing React apps

  • Login in frontend
  • props.children and proptypes
  • Testing React apps
  • End to end testing

Part 6 - State management with Redux

  • Flux-architecture and Redux
  • Many reducers
  • Communicating with server in a redux application
  • connect

Part 7 - React router, custom hooks, styling app with CSS and webpack

  • React-router
  • Custom hooks
  • More about styles
  • Webpack
  • Class components

Part 9 - Typescript

  • Background and introduction
  • First steps with TypeScript
  • Typing the express app
  • React with types