Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)