For the submission of exercises relating to Helsinki Uni's Fullstack Open 2020 course.
Flow diagrams demonstrating HTTP
- Demonstrates basic use of props
- First intro to state, recording different types of feedback
- Displays a random anecdote, refreshed by hitting a button. Collects votes for each anecdote and displays the most popular
- Expands earlier application to include arbitrary number of components using .map - separates components into modules
- Uses Json-server to collect notes from db.json file - Allows adding new name/number pairs and searching for existing names
- uses two APIs to collect info on country (capital, flag etc.) and weather data(temp, weather icon) - conditional rendering only shows details for country once it is only possible result
- Server and build for frontend phonebook from previous part.