Skip to content

PawelPalasinski/SWDDB

Repository files navigation

Star Wars Destiny App

This app is Star Wars Destiny card browser. You can browse all cards, filter them by type, set, and rarity, and create youir own collections. The app uses data from swdestinydb.com API and stores data in local storage. The app is written in React (Vite) and uses Zustand to manage state.

Features

  1. Browse all Star Wars Destiny cards
  2. Search cards by name
  3. Filter cards by type, set, and rarity
  4. Create your own card collections (local storage)
  5. Pagination
  6. Register, login and create accounts for muliple users

Getting Started

  1. Download or clone repository
  2. install the dependacies with the command npm install
  3. Run the app with the command npm run dev

Demo

home page

Tech Stack

HTML5 CSS3 JavaScript React Vite Styled Components Zustand Axios EmailJS