Svelte Sapper Soup! 🥣
An implementation of a fast food online service after a complete UX study.
This is the result of 1 month of UX-studies from a specific case
followed by 1 month of implementation.
Read this project's UX-story
(Raw UX-docs (swe) in the ux-folder)
SNAPSHOTS
checkout |
confirmation |
tracking delivery |
|
|
|
STACK
FUNCTIONALITY
- JWT-auth for user management
- Version 1 is without local/session-storage, only svelte state + DB-fetching
- Validating real addresses and tracking delivery on map
TODO
- Manage addresses
- More admin features
- Stuff
GET IT RUNNING
- Clone this and enter the project folder
# install with yarn or npm
yarn install
# run
yarn dev