App can be viewed on: Vercel
Check out the: Video Demo
- 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
- Clone the repo
git clone https://github.com/harini-1597/json-schema-tour.git
- Install NPM packages
npm install
- Run locally on
localhost:3000
npm run dev