Skip to content

SylonZero/ai-coding-aicamp-talk

Repository files navigation

NaviGo - Mobile Navigation App Mockup

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).

Documentation

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.

Project Overview

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.

Project Structure

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

Getting Started

  1. Clone the repository
  2. Install dependencies:
    pnpm install
  3. Run the development server:
    pnpm dev
  4. Open http://localhost:3000 in your browser

Tech Stack

  • Framework: Next.js
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Shadcn/ui
  • Package Manager: pnpm

License

This project is licensed under the terms included in the LICENSE file.

Presentation Context

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors