Skip to content

A small e-commerce like ReactJS project using Firebase and Firestore for the DB (Finished)

Notifications You must be signed in to change notification settings

Avwaveaf/grocerlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Welcome to my Grocerlist Diet App

the app contain grocery data and you can choose product to your diet list, so you can keep track the product nutrition list and your diet product. i use Firebase and Firestore to store user information and all the data that user made during using the website. (still on development)

Disclaimer

this project not responsive yet. and may contain many bug. this project is my small protofolio website with Firebase and Firebase/auth. so enjoy my small project 😄

Whats inside? 🌐

  1. you can choose product to add to your diet list
  2. you can save your diet list data
  3. you can see nutrition fact per product

This project are fully developed by using ReactJS 🚀

so enjoy my small project 😉

you can find me on my LinkedIn profile and contact me for collab on your project 👼👍

Installation Instructions 💾

To install this project on your desktop, follow these steps:

  1. Make sure you have Node.js and npm (the Node.js package manager) installed on your machine. You can check if you have these installed by running the following commands in your terminal:

node -v npm -v

  1. Clone the repository onto your local machine. You can do this by opening your terminal, navigating to the directory where you want to store the project, and running the following command:

https://github.com/Avwaveaf/grocerlist.git

  1. Navigate into the project directory:

cd library-ecommerce-app

  1. Install the project dependencies by running the following command:

npm install

  1. Start the development server by running the following command:

npm start

  1. Open your web browser and visit http://localhost:3000/ to view the app. That's it! You should now have the project installed and running on your local machine 💻.