Skip to content

DanieI-ll/TravelCheck-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TravelCheck 🌍

🇬🇧 English

A responsive web application that allows users to select a city and view the top 3 places to visit.

Features

  • Fully responsive design
  • Browse cities and see highlights
  • Built with React + TypeScript
  • Backend with Express.js and MongoDB (Mongoose)

Technologies

  • Frontend: React, TypeScript, Vite, Axios, React Router
  • Backend: Node.js, Express, MongoDB, Mongoose, TypeScript

Run the project

# Install dependencies
cd backend && npm install
cd ../frontend && npm install

# Start backend
cd ../backend && npm run dev

# Start frontend
cd ../frontend && npm run dev

🇩🇪 Deutsch

Eine responsive Webanwendung, mit der Benutzer eine Stadt auswählen und die 3 besten Sehenswürdigkeiten sehen können.

Funktionen

  • Vollständig responsive
  • Städte durchsuchen und Highlights anzeigen
  • Entwickelt mit React + TypeScript
  • Backend mit Express.js und MongoDB (Mongoose)

Technologien

  • Frontend: React, TypeScript, Vite, Axios, React Router
  • Backend: Node.js, Express, MongoDB, Mongoose, TypeScript

Projekt starten

# 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

About

A responsive web application that allows users to select a city and view the top 3 places to visit.

Resources

Stars

Watchers

Forks