A clean and responsive React application that displays a list of travel tours. Users can remove tours and refresh the list. Perfect for practicing API fetching, conditional rendering, and user interaction in React.
🚀 Live Demo: https://tours-app-eight.vercel.app
- 🔄 Fetches data from a live API
- 🗑 Remove individual tours
- 🎯 Conditional rendering when no tours are left
- 💡 Clean design and responsive layout
- 🚀 Deployed with Vercel
- Frontend: React (useState, useEffect)
- Styling: CSS
- Deployment: Vercel
- API Source: [Fake Tour API or custom JSON]
# Clone the repository
git clone https://github.com/your-username/tours-app.git
# Navigate to the project directory
cd tours-app
# Install dependencies
npm install
# Start the development server
npm run dev