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
Storetype insrc\types.tsfile - Implement a new scrapper in
src\api-utils\product-scrappersdirectory - Add scrapper to
scrapperMapperinsrc\api-utils\product-scrappers\index.tsfile
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
