Skip to content

JohnEsleyer/codepocket

Repository files navigation

CodePocket

A web application for storing and sharing code snippets.

Motivation for building this app

I build this web app to aid my learning journey across different programming languages by providing a centralized platform to store, organize, and share code snippets. This tool will help me keep track of useful code fragments while also allowing me to share it to the online community.

Features

  • Store and organize code snippets
  • Create collections of snippets
  • Share collections online
  • Multiple workspaces

How to run this project?

Create a env.local file and provide the following:

NEXT_PUBLIC_SUPABASE_URL=YOUR_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_KEY=YOUR_SUPABASE_KEY
SUPABASE_SERVICE_ROLE_KEY=YOUR_SERVICE_ROLE_KEY

In the project directory and run the following commands:

npm run build
npm run start

Screenshots

Screenshot from 2024-07-30 23-20-53

About

A full-stack web application for storing and sharing code snippets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published