Explore the docs »
View Demo
·
Api Demo
- Table of Contents
- About The Project
- Getting Started
- Screenshots
- Contributing
- Related Project
- Contact
Blanja is an E-commerce website project that aims to provide an easy and convenient online shopping experience for users in Indonesia. The site offers a wide range of products, including fashion, beauty, electronics, food and beverages.
To use Blanja's services, users only need to create an account and enter their payment details. After that, users can browse products, add them to their shopping cart, and choose their preferred payment method.
With all the features and security provided, Blanja is expected to provide a safe, easy, and convenient online shopping experience for users across Indonesia.
This is an example of how to list things you need to use the software and how to install them.
- Clone This Front End Repo
git clone https://github.com/AnandaFPP/Blanja-FE
- Go To Folder Repo
cd Blanja-FE
- Install Module
npm install
- Setup .env
- Type
npm run start
To Start Website - Type
npm run production
To Start Production
Create .env file in your root project folder.
REACT_APP_API_URL = [BACKEND_URL]
Register as Customer | Register as Seller |
Login as Customer | Login as Seller |
Home | Detail Page |
My Bag | Checkout |
Customer Profile | Seller Profile |
Seller Product List |
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/AnandaFPP/Blanja-FE