l-goede / sagit

Sagit is a price app, which informs the user about the top offers of his desired product and notifies them when this product has become cheaper than the price, which the user has previously set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sagit

Sagit is a price app that shows you the top offers of your product. You can enter your target price that you are willing to pay for your product and the app does the rest for you. Sagit checks the prices and notifies you when your product is available at that price.

Demo

Installing / Getting started

First, install dependencies: npm install

In the project directory, you can then run:

npm run build : Builds the app for production to the dist folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

npm start : Runs the server in production mode and serve production bundle from npm run build

npm run server:dev : Runs the server in development mode.

npm run client:dev : Runs the app in development mode. Open http://localhost:3000 (default PORT) to view it in the browser. The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.

Developing

Built With

logo React

Tech Stack

About

Sagit is a price app, which informs the user about the top offers of his desired product and notifies them when this product has become cheaper than the price, which the user has previously set.


Languages

Language:TypeScript 75.6%Language:CSS 19.7%Language:JavaScript 3.0%Language:Shell 1.1%Language:HTML 0.6%