Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasimmhn/dogshop-frontend
https://github.com/nasimmhn/dogshop-frontend
react-ui-framework reactjs redux styled-components
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nasimmhn/dogshop-frontend
- Owner: Nasimmhn
- Created: 2020-03-05T23:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:47:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T04:09:12.884Z (over 1 year ago)
- Topics: react-ui-framework, reactjs, redux, styled-components
- Language: JavaScript
- Homepage: https://dog-shop-by-nasim.netlify.com/
- Size: 25.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Final Project Frontend
As it was my final project at Technigo, I decided to wrap up everything I have learnt during the program and build one larger application.
__General idea of the project__ :
Platform for buying, adopting and selling pets. You can search by category to find the perfect dog for you. For example you can search for 'small' dog of the type 'toy' in a certain price range. Since this is just a demo, I'm using dummy-data for the dogs.
You have to be authorized before posting a dog - meaning you must create an account and login first. Backend repo: https://github.com/Nasimmhn/dogshop-backend### Technologies used 💻
### Frontend:
* JavaScript ES6
* React.js
* React Hooks
* React Router
* Redux
* Styled components
* Material UI### Backend:
* Express
* MongoDB
* Mongoose
* Mongo Atlas## View it live 🎯
* Frontend: https://dog-shop-by-nasim.netlify.com/
* API base URL: https://dog-shop-by-nasim.herokuapp.com/