-
Project Description: Rentatouille (or Rent a Tool + Ratatouille) is a web app created with React, which allows people to rent items from each other in exchange for a fee.
-
Features (so far):
- Users can search for items by name, description, or category by typing into the search bar
- Users can login (by just clicking login); a random user will be selected from the mockend (fake backend): https://www.npmjs.com/package/json-server
- Users can visit their profiles (dashboards) to view their info and items
- Users can create new items
- Users can delete items (any user can delete any item)
- Users can reserve items on selected dates (no backend support)