A monorepository of react web applications developed during the University of Helsinki's online self-paced web development course, Full Stack Open.
As the applications are hosted on Render's free instance that spins down after 15 minutes of inactivity, it might take a few minutes for the service to spin back up to view the demos. The screenshots of the applications can be found in the README linked in the repositories below.
| Project | Description | Repository | Demo |
|---|---|---|---|
| Bloglist | Create, Read, Update and Delete blogs with token-based authorisation for users. MERN stack. | Frontend, Backend | Demo |
| Phonebook | Search, Create, Read, Update and Delete contacts. MERN stack. | Frontend, Backend | Demo |
| Countries | Search for a country's information and 3-day weather forecast, fetched from REST APIs. | Frontend, Backend | Demo |
| Anecdotes | View and vote for random software engineering anecdotes. | Code |
A MERN stack application with token-based authentication to share blogs as a user, styled with CSS Modules. State management with React Query and Context, and app routing with React Router.
Search for a country's information and weather forecast for the next 3 days, styled with CSS Modules.
A MERN stack application to manage your contacts, styled with Tailwind CSS.


