Skip to content

JulieAF/litter-box-loot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

Cat Store for Cats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published