haru-fashion

An e-commerce web application developed with Next.JS (React) + Tailwind CSS for front-end/UI, Context API for state management and Custom REST API for Backend.

Stars
92

Bot releases are visible (Hide)

haru-fashion - 2.0.0 (Haru API backend) Latest Release

Published by satnaing over 2 years ago

Haru API Backend

  • replace Firebase with Haru API
  • implement full-text search
  • add bags category
  • dynamic pagination
  • PWA

Full Changelog: https://github.com/satnaing/e-commerce/compare/v1.3.0...v2.0.0

haru-fashion - 1.3.0

Published by satnaing over 2 years ago

Notable Changes

  • Refactor Context API for cart and wishlist
  • Remove getInitialProps in _app.tsx
  • Support Static Site Generation (SSG)

Full Changelog: https://github.com/satnaing/e-commerce/compare/v1.2.1...v1.3.0

haru-fashion - 1.2.0

Published by satnaing over 2 years ago

Notable Changes

  • Support keyboard accessibility
  • Better performance
  • Enhanced SEO
  • Semantic Buttons

Full Changelog: https://github.com/satnaing/e-commerce/compare/v1.1.0...v1.2

haru-fashion - 1.1.0

Published by satnaing over 2 years ago

Notable Changes

  • Add i18n to support multiple languages. (English & Burmese)
  • Mobile menu can toggle Language and Currency menu.
  • Change TypeScript to strict mode.
  • Update types for Context and components.