Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shba007/orykit
Discover elegance in our diverse oxidized jewelry designs and elevate your style effortlessly.
https://github.com/shba007/orykit
ecommerce nuxt tailwind-css typescipt
Last synced: 14 days ago
JSON representation
Discover elegance in our diverse oxidized jewelry designs and elevate your style effortlessly.
- Host: GitHub
- URL: https://github.com/shba007/orykit
- Owner: shba007
- License: mit
- Created: 2022-04-04T07:57:04.000Z (almost 3 years ago)
- Default Branch: v0-feature
- Last Pushed: 2024-03-14T06:36:29.000Z (11 months ago)
- Last Synced: 2024-04-16T14:12:03.937Z (9 months ago)
- Topics: ecommerce, nuxt, tailwind-css, typescipt
- Language: Vue
- Homepage: https://orykit.com
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orykit Store
> Discover elegance in our diverse oxidized jewelry designs and elevate your style effortlessly![Landing](public/previews/landing.webp)
* Create PWA
* Add text to navigation
* Improve Explore Page
* Move the Inputs to UI Library# Features
* Add pagination to Orders
* Share wishlist
* Custom Sharing Dialog for desktop
* Push Notification
* Wishlist Product Stock
* Cart Checkout
* Order Status
* Rive Integration
* Add Nuxt Content
* Add Nuxt Image
* Add Nuxt I18n
* Add Unlighthouse
* Add Bugsnag
* Add Color-Mode# Bugs
* Fix Wishlist adding order
* Add timer in OTP, Update OTP Input
* Proper Logout
* Add validation in frontend
* Add validation in backend
* Showing After Image after removing a product from wishlist for last item# Refactors
1. Convert Pinia Store Options to Compositions API
1. Upgrade Rating Star calculation Algorithm
1. Upgrade State Loading/Normal/Error
1. Remove types api wrapper
1. Proper Standardization between button and label and clutter clearing
1. Database Normalize 1NF, 2NF, 3NF
1. Move every Interface to model.ts when vue supports props interface
1. Use Suspense when supported in Vue