Unlisted
Like
1
SalesManagement
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v13View latest version
A comprehensive networking app that helps you build and maintain professional relationships effortlessly.
- Contact Management: Store and organize your networking contacts
- Event Tracking: Track networking events and who you met
- Follow-up Reminders: Never forget to follow up with new connections
- Networking Goals: Set and track your networking objectives
- Quick Add: Rapidly add contacts with minimal friction
- Relationship Notes: Keep track of conversations and context
- Connection Strength: Track how well you know each contact
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema
β β βββ queries.ts # Database operations
β βββ routes/
β β βββ contacts.ts # Contact CRUD operations
β β βββ events.ts # Event management
β β βββ static.ts # Static file serving
β βββ index.ts # Main Hono app
βββ frontend/
β βββ components/
β β βββ App.tsx # Main app component
β β βββ ContactForm.tsx # Add/edit contacts
β β βββ ContactList.tsx # Display contacts
β β βββ EventForm.tsx # Add/edit events
β β βββ Dashboard.tsx # Overview dashboard
β βββ index.html # Main HTML template
β βββ index.tsx # React entry point
β βββ style.css # Custom styles
βββ shared/
βββ types.ts # Shared TypeScript types
- The app will be available as an HTTP endpoint
- Add contacts quickly during or after networking events
- Set follow-up reminders to maintain relationships
- Track your networking goals and progress
- Backend: Hono + SQLite
- Frontend: React + TypeScript + TailwindCSS
- Storage: Val Town SQLite