This project is a gift card shop built with ReactJS, Tailwind CSS, and Zustand. It allows users to purchase digital gift cards for popular online platforms like PlayStation, Steam, Spotify, and more.
- Browseable Catalog: Explore a user-friendly catalog of available gift cards from various platforms.
- Flexible Denominations: Choose from a range of denominations to fit any budget.
- Modern Design: Experience a sleek and responsive interface powered by Tailwind CSS.
- Reactive State Management: Benefit from Zustand's state management library for efficient app logic.
- Frontend: ReactJS
- Styling: Tailwind CSS
- State Management: Zustand
- Clone the repository.
- Install dependencies with
npm install
. - Run the development server with
npm run dev
. - Visit http://localhost:3000 to access the gift card shop.
We welcome contributions to this project! Please fork the repository, create a pull request, and follow the contributing guidelines.
This project is a starting point, and there are many possibilities for further development. Some ideas include:
- Adding more gift card platforms and retailers.
- Implementing account management for saved preferences and purchase history (80%).
- Integrating gift card delivery options (email, physical delivery).
- Building a referral program for additional sales.