This is a hotel directory application that allows users to maintain a list of their favourite hotels and hotel brands.
- Users can perform CRUD operations on hotel and hotel brands. In other words, they can view their curated list of hotels and hotel brands, add a new hotel/hotel brand, and edit and delete previously added hotels/hotel brands.
- Users can add a hotel to a brand.
- Users can filter the list of hotels by brands.
- Users can search through the list of hotels and hotel brands.
- The hotels/hotel brands data is persisted even after closing the app.
- React (Next.js)
- Chakra UI
- Typescript
- Local Storage
The hotel feature image upload functionality has not been implemented yet. Hence, a dummy image is used in the hotel listings.