Hello everyone, this application depicts a simple UI presenting information related to tourism and travel in Pakistan :earth_asia:. The app itself is deployed on vercel on the following link:
:link: https://travel-app-nu.vercel.app
"dependencies":{
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"leaflet": "^1.8.0",
"leaflet-defaulticon-compatibility": "^0.1.1",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-intersection-observer": "^9.1.0",
"react-leaflet": "^4.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.7.10",
"@types/node": "17.0.33",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
Travel App
for Developmentgit clone https://github.com/hunter10471/nextjs_travel_app.git
cd nextjs_travel_app
npm install # or, yarn install
npm run dev # or, yarn dev
That's All!!! Now open localhost:3000 to see the app.
This project is licensed under the MIT License - see the LICENSE
file for details.