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
Check it here!
- Add new Store in
Store
type insrc\types.ts
file - Implement a new scrapper in
src\api-utils\product-scrappers
directory - Add scrapper to
scrapperMapper
insrc\api-utils\product-scrappers\index.ts
file
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.