Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.61 KB

README.md

File metadata and controls

60 lines (49 loc) · 2.61 KB

🛫 Trip Plan 🗺️

demo

🚀 Demo

App can be viewed on: Vercel

Check out the: Video Demo

📌 About The Project

  • An all in one place travel companion app where-in users can view details about their city of choice like:
    • Local News
    • Directions / Map
    • Weather
    • Landmarks (under development)
    • Restaurants (under development)
  • The components are different websites on their own, all built by me.
  • While the components use pure HTML CSS JS, the main SaaS platform utilizes NextJS
    • This was done as the components in themselves are simple to render but NextJS was best for making a dynamic platform with routing, etc
    • Also the UI components from ShadCN makes the main website look much more professional

💻 Built With

  • React Next Typescript Tailwind
  • HTML5 CSS3 JavaScript

👇 Installation

  1. Clone the repo
    git clone https://github.com/harini-1597/json-schema-tour.git
  2. Install NPM packages
    npm install
  3. Run locally on localhost:3000
    npm run dev