Skip to content

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

Notifications You must be signed in to change notification settings

marianapatcosta/can-i-shop-now

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published