Welcome to our travel tips website! This project has been created as a Single Page Application (SPA) using React. The application consists of multiple views, providing a user-friendly interface for exploring and sharing travel advice. Integrated with an external API, the React application allows users to perform CRUD operations (Create, Read, Update, Delete) on travel-related content.
- git clone
- install dependencies (npm install)
- create an .env file and add variables to interact with Cloudinary & the Google Maps API
- run application (npm run dev)