fortran-lang / playground

An interactive Fortran playground
MIT License
34 stars 12 forks source link

Tutorial #20

Closed ashirrwad closed 2 years ago

ashirrwad commented 2 years ago

Added a tutorial card that shows instructions and code for user to try on.

everythingfunctional commented 2 years ago

I took a look once I got it running and things look reasonable. It looks like the backend is converting the tutorial content for the frontend to use, which is reasonable, but means you probably shouldn't commit the frontend version to the repo, since it's generated automatically.

ashirrwad commented 2 years ago

@everythingfunctional Hi, I've added 3 more commits, tutorial now works smoothly along with some minor UI changes and a major bug fix. Please assist with review.