Shop.ly is a community driven marketplace made for both buyers and merchants.
All you need to start shopping and selling is to sign up.
- React
- Redux + Redux Saga
- Firebase
- JavaScript
- HTML5
- Sass
Open a terminal instance in the project directory and type yarn start
(or npm run start
if you use npm).
Open http://localhost:3000 to view the app in the browser.
Additionally, a production build can be compiled by using yarn build
.
- Guest users are capable of viewing the most recently added products. An account is necessary for further interaction.
- Logged in users can view all products and add them to their shopping bag. They can sell their own products by going to the merchant tab.
- /home
- /login
- /register
- /home
- /dashboard
- /products/:id
- /admin