Skip to content

Application sample of Sapper + Svelte + Tailwindcss (tracking of packages across multiple websites)

Notifications You must be signed in to change notification settings

namadnuno/mittere

Repository files navigation

Mittere

logo

A sample app built with sapper + svelte + tailwindcss. This application has the objective of tracking our packages, letting you to add packages see their status anf finally see where they are (this latest feature is not implemented).

Api is an work in progress, although just to demonstrate how sapper and svelte works, this example should help.

What is implemented

  • Login
  • Overview page
  • My orders page
  • Order page
    • missing the tracking feature (maybe coming soon!)
  • Creation/Editing order page

Models

In the API i am using Node express + mongo + JWT

  • User
    • email
    • name
    • password
    • options (object)
      • goals
  • Order
    • orderId
    • shop
    • status
    • product_name
    • product_image (is loaded by the shop_url)
    • recipient
    • shop_url
    • shipping_tracker
    • price
    • orderedAt

Pages

Login

login

Overview

overview

Orders

my_orders

Order

order

Conclusion

If you have any doubts or anything to say, contact me at [email protected].

About

Application sample of Sapper + Svelte + Tailwindcss (tracking of packages across multiple websites)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published