Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 938 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 938 Bytes

Frontend for a Digital Coins Store

Description

This is an on-going frontend application for a digital coins store. It started as a simple e-commerce website which I built during my internship at Integrify. The backend is a java application built with Spring Boot (Repo here). And the database is a PostgreSQL database hosted on Supabase.

Live Demo

https://digital-coins-store.vercel.app/

Tech Stack

  • React
  • TypeScript
  • Tailwind
  • Shadcn/UI
  • Tanstack/react-query

Features

  • User authentication and authorization
  • Cart and order placement
  • CRUD operation for admin:
    • products
    • users
    • orders
    • categories

Getting Started

Prerequisites

  • Node.js installed

Installation

  1. Clone the repository
  2. Run yarn install to install the dependencies
  3. Run yarn dev to start the development server