/aspire

Primary LanguageTypeScript

Aspire

https://inaseem.github.io/aspire/

Aspire

Setup

  1. Clone the repository
  2. run yarn in the root dirctory

Running

yarn dev

Production build

yarn build

Features

  1. Web and mobile views.
  2. Add Card
  3. Cancel Card
  4. Freeze/Unfreeze card

Tech Stack

  1. React (Framework, can implement the same in Vue as well)
  2. TypeScript
  3. Vite (as Build tool)
  4. React Router (For routing)
  5. Tailwind CSS (For styling)
  6. Sass
  7. React-Query (For REST api and state management)