Haru Fashion Versions Save

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.

v2.0.0

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

v1.3.0

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

v1.2

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

v1.1.0

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.