In here you'll find all exercises for the open fullstack course from the University of Helsinki https://fullstackopen.com.
In order to run any of the apps found here you'll need to clone the repository or download the code and run npm install.
Includes three different apps:
Simple counter with plus, minus and reset options done with redux state management
Includes four different apps:
Renders a list of notes and persons and can add new ones via hooks
Simple country search by name returns flag, population and capital via hook
Renders anecdotes as a list and creates new anecdotes
Bloglist app with user administration, tests, deployment, linting based on MongoDB
Includes one app:
Front & backend to show, add and delete books based on GraphQL and MongoDB
Includes three different apps:
Renders a list of courses via a component structured UI
Front & backend to show, add and delete patients and their diagnoses
BMI calculator & Weekly Exercises checker without UI