Zaid-Ajaj / the-elmish-book

A practical guide to building modern and reliable web applications in F# from first principles
https://zaid-ajaj.github.io/the-elmish-book
Other
339 stars 51 forks source link

Ideas for the application to build at the end of chapter 3 #25

Closed Zaid-Ajaj closed 4 years ago

Zaid-Ajaj commented 5 years ago

For chapter 2, I built a To-Do list application in three different parts, adding more features as I went and was able to make nice exercises for it. I would like to do the same for chapter 3 and end it with an application that will solidify the discussed theory during the chapter.

My current idea is to cover the JSON stuff and then build a Hackernews application since we don't need a backend to work with for now. I am still thinking about how to split it up in multiple sections /features the same way I did for the To-Do list application, let alone make exercises for it so if you have suggestions and ideas for example applications, please share them here :pray:

Zaid-Ajaj commented 4 years ago

build a Hackernews application

Done!