https://github.com/ogubuikealex/customer_tracker
Foodie is an online restaurant where customers can easily place orders for variety of delicacies and have it delievered to their doorsteps.
https://github.com/ogubuikealex/customer_tracker
Last synced: about 2 months ago
JSON representation
Foodie is an online restaurant where customers can easily place orders for variety of delicacies and have it delievered to their doorsteps.
- Host: GitHub
- URL: https://github.com/ogubuikealex/customer_tracker
- Owner: ogubuikeAlex
- Created: 2022-08-29T05:13:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T22:01:35.000Z (about 3 years ago)
- Last Synced: 2025-03-01T23:11:46.420Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodie: Customer Tracker
Foodie is an online restaurant where customers can easily place orders for variety of delicacies and have it delievered to their doorsteps.
However, roughly a third of the users who go to the site forget to purchase and close the browser tab for some reason.
This version of foodie app has features that allows the app track a visitor's
- IP Address
- Language
Also
- Track whether the client allowed cookies or not
- Determine whether the visitor is on a desktop device or a mobile device
- Determine the name of the browser used by the client
- Determine the dimensions of the browser (e.g. 1792x1120 pixels)
## Author
- [@ogubuikealex](ogubuikealex@gmail.com)
## Tech Stack
**Client:** ReactJS,
**Server:** NodeJs, JavaScript,Axios,Chai
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Run Locally
Clone the project
```bash
git clone https://github.com/king-Alex-d-great/Customer_Tracker.git
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm i
```
Start the server
```bash
npm start
```
Start the Forntend
```bash
cd .\informationcollector-client\
npm start
```
## Screenshots
