E-commerce for cats!
Litter Box Loot is my front end capstone that acts as an e-commerce app for cats to display and sell products.
I built this application in two weeks initially, using React Hooks and CSS for styling. My goals were to incorporate full CRUD functionality, gain a deeper understanding of React Hooks, props, and state, while also incorporating an intuitive, functional user interface, without the use of bootstrapped components.
• Users can search for items they are interested in buying.
• Users can buy items.
• Users can post items they wish to sell.
• Users can edit their own items.
• Users can delete their own items.
• Users view their own profile.
• Users view other seller's own profiles.
This application uses mock authentication which is purely for demonstration purposes. Therefore the login and registration code written here is completely insecure and would never be implemented in a professional application.
- Clone this repository and change to the directory in the terminal.
git clone git@github.com:JulieAF/litter-box-loot.git
cd litter-box-loot
- Access the data.
- Launch the client.
npm install
npm start