giorgi-m / Online Shop
Licence: mit
Online shop prototype implemented in React.
Stars: ✭ 168
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Online Shop
material-ui-Link-within-MenuItem
Example for how to use `react-router/Link` within `material-ui/MenuItem`
Stars: ✭ 19 (-88.69%)
Mutual labels: react-router, material-ui
firefox-health-dashboard
firefox-health-dashboard.netlify.com
Stars: ✭ 26 (-84.52%)
Mutual labels: react-router, material-ui
cra-flask
Unejected create-react-app ui, flask api with token authentication
Stars: ✭ 20 (-88.1%)
Mutual labels: react-router, material-ui
tmdb-viewer
A movie browsing/favoriting app
Stars: ✭ 63 (-62.5%)
Mutual labels: react-router, material-ui
keep-graph
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
Stars: ✭ 29 (-82.74%)
Mutual labels: react-router, material-ui
Google-Clone
A Google Clone which built with ReactJS. When you click Gmail button, you will be directed to my other project, Gmail Clone. You can search whatever you want and send realtime emails by clicking Gmail button!
Stars: ✭ 37 (-77.98%)
Mutual labels: react-router, material-ui
io-dev
IO Dev is a portfolio website to showcase the work and projects I have created
Stars: ✭ 22 (-86.9%)
Mutual labels: react-router, material-ui
backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
Stars: ✭ 17 (-89.88%)
Mutual labels: react-router, material-ui
Google-Photos-Clone
Google Photos Clone Built with React🚀 and Firebase🔥
Stars: ✭ 17 (-89.88%)
Mutual labels: react-router, material-ui
React Cnodejs.org
Material UI version of cnodejs.org, the biggest Node.js Chinese community.
Stars: ✭ 242 (+44.05%)
Mutual labels: material-ui, react-router
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (+253.57%)
Mutual labels: material-ui, react-router
Wanna
💡✔ Wanna is an implementation of a 21st-century to-do list app.
Stars: ✭ 189 (+12.5%)
Mutual labels: material-ui, react-router
PERN-Advanced-Starter
Advanced PERN stack starter kit (PostgresSQL, Express, React, & Node), complete with ESLint, Webpack 4, Redux, React-Router, and Material-UI kit.
Stars: ✭ 51 (-69.64%)
Mutual labels: react-router, material-ui
Express React Boilerplate
Express, MySQL, React/Redux, NodeJs Application Boilerplate
Stars: ✭ 179 (+6.55%)
Mutual labels: material-ui, react-router
chatty
A React single-page-application alternative client for the shacknews chatty.
Stars: ✭ 27 (-83.93%)
Mutual labels: react-router, material-ui
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (+52.98%)
Mutual labels: material-ui, react-router
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-61.31%)
Mutual labels: material-ui, react-router
Reactjs Interview Questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
Stars: ✭ 17,978 (+10601.19%)
Mutual labels: react-router
React Firestore Authentication
🔥Boilerplate Project for Authentication with Firestore in React.
Stars: ✭ 165 (-1.79%)
Mutual labels: react-router
Description
Online shop prototype implemented using React, Redux, React Router, and React Material UI library.
Some features:
- Search products using keyword and/or category
- Ability to filter and sort products by price
- Users can add products to shopping cart
How to use
-
Clone the repository.
NOTE: Currently the project has grown in size a bit (roughly 45MB) mainly due to .git folder size (this is probably because I had to upload different versions of a certain .gif file throughout time). To download the project with reduced .git folder size use:
git clone --depth 1 https://github.com/giorgi-m/online-shop.git
. -
cd
into the project folder. -
npm install
-
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].