Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 996 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 996 Bytes

Can I Shop Now?

Can I show Now? is a fullstack application that tracks the prices of products of some fashion stores and sends an email to the user when the size they need becomes available or the price decreases.

The application was developed with the following technologies:

  • TypeScript
  • React
  • NextJS
  • NextJS OAuth
  • TailwindCSS
  • React Query
  • Zustand
  • Prisma
  • Postgressql

can-i-shop-now

Check it here!

Add a Store

  • Add new Store in Store type in src\types.ts file
  • Implement a new scrapper in src\api-utils\product-scrappers directory
  • Add scrapper to scrapperMapper in src\api-utils\product-scrappers\index.ts file

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.