diff --git a/src/routes/learnings/+page.svelte b/src/routes/learnings/+page.svelte index 9bce552..3d6ac8d 100644 --- a/src/routes/learnings/+page.svelte +++ b/src/routes/learnings/+page.svelte @@ -1,6 +1,5 @@ -

Still learning how to cms.

\ No newline at end of file + +

Still learning how to postgres.

diff --git a/src/routes/next.js/+page.svelte b/src/routes/next.js/+page.svelte index b928fe8..1c5ab56 100644 --- a/src/routes/next.js/+page.svelte +++ b/src/routes/next.js/+page.svelte @@ -1,11 +1,64 @@ +
-

Weather application

-

this is a simple application to fetch a weekly weather forecast.

-

It's built in react/nextjs using typescript and Tailwind CSS. It queries Google Places API for geo location and then queries open-meteo API for the weather forecast.

-

While it's still under development you can try it out at weather.rannes.dev

-
\ No newline at end of file +

Next.js Framework

+ +
+

Scaffolding for next project.

+

+ I am exploring different librarys for ui, auth, ORM etc. for my next project. This time it is + deployed to vercel, but I am still using workflows. +

+

Currently I am using:

+ + +

+ The preview is deployed here + and + production is deployed here. + You can check out the + git repo here! +

+
+
+

Weather application

+

this is a simple application to fetch a weekly weather forecast.

+

+ It's built in react/nextjs using + typescript + and Tailwind CSS. It queries + Google Places API + for geo location and then queries open-meteo API for the weather + forecast. +

+

+ You can try it out at weather.rannes.dev + and also have a look at + the code here. +

+
+