FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
nancyghaly
nancyghalyALX
Public
Like
ALX
Home
Code
4
backend
2
frontend
3
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
5/19/2025
README.md

Crochet Tutorial Collection App

A collaborative web application for collecting and sharing crochet tutorials with your team. This app allows team members to:

  • Browse a collection of crochet tutorials
  • Add new tutorials to the collection
  • Track progress on crochet projects
  • Filter and search for specific tutorials
  • Collaborate with team members on projects

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema
│   │   └── queries.ts       # Database queries
│   ├── index.ts             # Main API entry point
│   └── routes/              # API routes
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main application component
│   │   ├── TutorialList.tsx # List of tutorials
│   │   ├── TutorialForm.tsx # Form for adding tutorials
│   │   └── TutorialCard.tsx # Individual tutorial display
│   ├── index.html           # Main HTML template
│   └── index.tsx            # Frontend entry point
└── shared/
    └── types.ts             # Shared type definitions

Technologies Used

  • Backend: Hono (API framework), SQLite (database)
  • Frontend: React, TailwindCSS
  • Shared: TypeScript for type safety

Getting Started

Access the application at the provided URL. No login required - this is designed for team collaboration with shared access.

Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.