A responsive web application that allows users to select a city and view the top 3 places to visit.
- Fully responsive design
- Browse cities and see highlights
- Built with React + TypeScript
- Backend with Express.js and MongoDB (Mongoose)
- Frontend: React, TypeScript, Vite, Axios, React Router
- Backend: Node.js, Express, MongoDB, Mongoose, TypeScript
# Install dependencies
cd backend && npm install
cd ../frontend && npm install
# Start backend
cd ../backend && npm run dev
# Start frontend
cd ../frontend && npm run devEine responsive Webanwendung, mit der Benutzer eine Stadt auswählen und die 3 besten Sehenswürdigkeiten sehen können.
- Vollständig responsive
- Städte durchsuchen und Highlights anzeigen
- Entwickelt mit React + TypeScript
- Backend mit Express.js und MongoDB (Mongoose)
- Frontend: React, TypeScript, Vite, Axios, React Router
- Backend: Node.js, Express, MongoDB, Mongoose, TypeScript
# Abhängigkeiten installieren
cd backend && npm install
cd ../frontend && npm install
# Backend starten
cd ../backend && npm run dev
# Frontend starten
cd ../frontend && npm run dev