Skip to content

Cave - A CRUD application using React which allows a user to keep track of their camping gear and share it with others.

Notifications You must be signed in to change notification settings

Nick-T-Hansen/front-end-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cave

You can view a GIF of my demo on my site at https://nick-t-hansen.github.io/

Cave is my first simple CRUD application using React. Cave originated as a way for me to organize my personal camping gear. The application allows a user to:

  1. Catalogue your camping gear with basic details.
  2. Determine which gear they would want to share with other people using the application and allow them to view the gear and request to use it.
  3. Keep track of the borrowed camping gear a user has to be able to return it back to their owner.

Getting Started

The Cave application utilizes React, React-Router-Dom, and Bootstrap.

  1. clone repo using git clone https://github.com/Nick-T-Hansen/front-end-capstone.git
  2. run npm install to pull in dependencies
  3. run the JSON server at json-server -p 5002 -w database.json ( npm install -g json-server if necessary )
  4. npm start in root directory to start react server
  5. create a new account and login

Version II Aspirations

  1. Given a user wants to find a certain item When the user searches in the community section through a search bar Then all items relevant to the search are filtered and displayed

  2. Given a user wants to know who has their stuff When a user clicks on a button on their homepage then their borrowed gear is displayed showing the name of the item and who is currently borrowing it

Thank You

Thanks to Cohort 29 and the instruction staff at Nashville Software School for all of the great suggestions and assistance. Thanks to Freepik and flaticon.com for the graphics.

About

Cave - A CRUD application using React which allows a user to keep track of their camping gear and share it with others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published