Skip to content

feat: create project folder structure #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025
Merged

Conversation

nullcoder
Copy link
Owner

Summary

  • Created the folder structure and app router pages for GhostPaste
  • Added placeholder pages for the main routes (/create and /g/[id])
  • Created README files documenting directory conventions and future plans

Changes

  • ✅ Created app router page structure with /create and /g/[id] routes
  • ✅ Added placeholder pages for viewing and creating gists
  • ✅ Added README files for all main directories explaining conventions
  • ✅ Created types directory for TypeScript interfaces
  • ✅ Updated TODO.md to mark completed tasks

Testing

  • Verified folder structure matches the specification
  • Ensured all files pass linting and formatting
  • Confirmed pages follow Next.js 15 conventions

Closes #11

🤖 Generated with Claude Code

- Added app router page structure with /create and /g/[id] routes
- Created placeholder pages for viewing and creating gists
- Added README files for all main directories explaining conventions
- Created types directory for TypeScript interfaces
- Updated TODO.md to mark completed tasks

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link

cloudflare-workers-and-pages bot commented Jun 5, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ghostpaste a6cc0e0 Visit preview Jun 05 2025, 10:11 AM

- Convert ViewGistPage to async function
- Await params Promise as required in Next.js 15
- Add gist ID display for testing
- This prepares the component for future async operations like fetching gist data

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nullcoder nullcoder merged commit 6584037 into main Jun 5, 2025
1 check passed
@nullcoder nullcoder deleted the feat/project-structure branch June 5, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create project folder structure
1 participant