Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 3.21 KB

README.md

File metadata and controls

54 lines (32 loc) · 3.21 KB

Litter Box Loot

E-commerce for cats!

Application Overview

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.

Features

• 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.

Technologies Used

HTML5 CSS3 JavaScript React Git GitHub JSON Server Visual Studio Code

Running This Application

First, a note about authentication...

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.

Now that we've cleared that up...

  1. Clone this repository and change to the directory in the terminal.
git clone [email protected]:JulieAF/litter-box-loot.git
cd litter-box-loot
  1. Access the data.

Litter Box Loot Api

  1. Launch the client.
    npm install
    npm start

ERD

Created by Julie Foster

Julie Foster GitHub Julie Foster LinkedIn