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.
https://digital-coins-store.vercel.app/
- React
- TypeScript
- Tailwind
- Shadcn/UI
- Tanstack/react-query
- User authentication and authorization
- Cart and order placement
- CRUD operation for admin:
- products
- users
- orders
- categories
- Node.js installed
- Clone the repository
- Run
yarn install
to install the dependencies - Run
yarn dev
to start the development server