Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakshixh/ra.shop
React Clothing Store! E-commerce website built with react that uses web browser's localStorage for Wishlist, Cart and login functionalities.
https://github.com/rakshixh/ra.shop
css3 html5 localstorage reactjs slider-component
Last synced: 8 days ago
JSON representation
React Clothing Store! E-commerce website built with react that uses web browser's localStorage for Wishlist, Cart and login functionalities.
- Host: GitHub
- URL: https://github.com/rakshixh/ra.shop
- Owner: rakshixh
- License: mit
- Created: 2023-07-28T19:44:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T13:25:06.000Z (8 months ago)
- Last Synced: 2024-12-02T20:48:21.977Z (2 months ago)
- Topics: css3, html5, localstorage, reactjs, slider-component
- Language: JavaScript
- Homepage: https://ra-shop.vercel.app
- Size: 8.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Functionalities
1. Home Page
2. Wishlist Page
3. Login Page
4. Cart Page along with Quantity and Total Amount calculation
5. Checkout component with address updation functionality
6. React toastify for toast messages## This React Application makes use of Web Browser's localStorage
## Credit: Product Images Xenpachi.in
### Deployed URLs
Ra Shop - V1 (Login With Buttons)
Access the Artify V1 at [https://ra-shop-v1.vercel.app/](https://ra-shop-v1.vercel.app/)
Ra Shop - V2 (Login With API)
Access the Artify V1 at [https://ra-shop-v2.vercel.app/](https://ra-shop-v2.vercel.app/)
## Login Credentials
### These credentials are used for V2
Login as GUEST
**USERNAME: john_doe**
**PASSWORD: John123!**
Login as USER
**USERNAME: luis_rodriguez**
**PASSWORD: Luis10!**
## API used in this Project
**FakeAuthentication-API**
GitHub: [https://github.com/rakshixh/FakeAuthentication-API](https://github.com/rakshixh/FakeAuthentication-API)
Website: [https://fakeauthentication-api.onrender.com/](https://fakeauthentication-api.onrender.com/)
API-Docs: [https://fakeauthentication-api.onrender.com/api/api-docs/](https://fakeauthentication-api.onrender.com/api/api-docs/)