TastyBites/front
Michał 5afe4386d6 Create checkout forms
Move section out of container because its more useful that way
give section more styling options
Move basket item out into its own div, as to not override containers styling for no reason
Change formMessage type from sting | Error to just string
Make the booking progress code more readable
2024-05-16 19:50:48 +01:00
..
public Add checkout page 2024-05-16 14:45:16 +01:00
src Create checkout forms 2024-05-16 19:50:48 +01:00
.gitignore Use Svelte for frontend 2024-04-15 10:38:35 +01:00
embed.go Use Svelte for frontend 2024-04-15 10:38:35 +01:00
index.html style: format code with Prettier 2024-05-04 15:26:36 +00:00
package-lock.json Nicer item page 2024-05-08 17:53:21 +01:00
package.json Nicer item page 2024-05-08 17:53:21 +01:00
README.md Update READMEs to include more information 2024-04-17 18:30:45 +01:00
svelte.config.js style: format code with Prettier 2024-05-04 15:26:36 +00:00
tsconfig.json Remove Page prefix in routes folder 2024-05-15 19:48:52 +01:00
vite.config.js style: format code with Prettier 2024-05-04 15:26:36 +00:00

TastyBites Frontend

The Frontend is written in Svelte using the Svelte-SPA-Router plugin to create "fake" routes, as using a javascript backend would make me wanna game end. As Go can include files, you simply need to compile the front end by running npm run build or go generate front/embed.go.