This repository contains a mockup of NaviGo, a mobile navigation application, created as part of a presentation at AICamp on AI Assisted Coding Workflows (Tuesday, July 29, 2025).
This repository includes two important documentation files:
1. Full App Workflow (full-app-workflow.md)
This document outlines the complete development workflow and architecture decisions for the NaviGo application. It serves as a comprehensive guide for understanding the application's structure and implementation details.
2. Cursor Tips (Sai_Cursor_Tips.pdf)
A collection of tips and best practices for using Cursor IDE to maximize development efficiency. This guide includes AI-assisted coding techniques demonstrated during the AICamp presentation.
NaviGo is a modern mobile navigation application mockup built with:
- Next.js
- TypeScript
- Tailwind CSS
- Shadcn/ui Components
The project demonstrates best practices in modern web development and showcases how AI-assisted coding can enhance the development workflow.
navigation-app-mockup/
├── app/ # Next.js app directory
├── components/ # React components
│ ├── theme-provider.tsx
│ └── ui/ # Shadcn/ui components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
├── public/ # Static assets
└── styles/ # Global styles
- Clone the repository
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Shadcn/ui
- Package Manager: pnpm
This project is licensed under the terms included in the LICENSE file.
This mockup was created for a talk by Sai Prakash (@sylonzero) at AICamp focusing on AI Assisted Coding Workflows. The presentation demonstrated how modern development tools and AI assistance can streamline the development process and improve code quality.