Invoice app on serverless

Solution retrospective
Created my first fullstack app on the serverless technologies: Netlify Functions + Netlify Identity + Hasura. Based on the Gatsby starter as always... So this turned into a journey 3-weeks long! Also it should be 100% keyboard accessible. Would appreciate your feedback 😉
P. S. Invoices are saved in the database, and I cannot let everyone to edit public invoices (otherwise the list would be empty a few moments later). So to test the app you need to login first (with Github account for example) to CRUD your own list of invoices
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, p1t1ch! 👋
Fantastic job on this challenge! 👏 It's really cool that one can sign into your site! 👍 Like MarkoNikolajevic mentioned, everything works well and the animations add a nice touch to the solution, too! 😀
Keep coding (and happy coding, too)! 😁
- P@MarkoNikolajevic
hey @p1t1ch! I love your solution and it works perfectly!
I'm working on the same challenge but using nextjs, mongodb and next-auth for log the user in. Honestly I'm having some troubles to complete it. I hope to finish it soon even if I'm working on it a little bit in the evening.
I notice a little bug on your solution, when I log in with github the url is
https://fm-invoice-app.netlify.app/#
and I had to remove the # to navigate to the site.Anyway you did an amazing job with animations and all the rest! Keep on coding :)
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord