Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notstark/codebin
https://github.com/notstark/codebin
express mongoose pastebin react shiki-highlighter typescript vite zod
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/notstark/codebin
- Owner: NotStark
- License: mit
- Created: 2024-04-08T07:12:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T02:21:26.000Z (9 months ago)
- Last Synced: 2024-04-16T05:19:26.580Z (9 months ago)
- Topics: express, mongoose, pastebin, react, shiki-highlighter, typescript, vite, zod
- Language: TypeScript
- Homepage: https://code-bin-flame.vercel.app
- Size: 127 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeBin
![CodeBin](https://graph.org/file/2d0f377252b959b593d82.jpg)
Welcome to the CodeBin Project, a web-based application designed to enable developers to share code snippets easily and efficiently.## Features
- **Create and share code snippets**: Users can post their code snippets, which can be accessed via unique URLs.
- **Syntax highlighting**: Integrated shiki for syntax highlighting supports multiple languages.
- **Expiration options**: Users can set expiration times for their snippets, after which the snippets become inaccessible.
- **Responsive design**: The application is fully responsive and can be used across different devices and screen sizes.## Tech Stack
### Backend
- **Express.js**
- **Mongoose**
- **TypeScript**
- **Zod**### Frontend
- **Vite**
- **React**
- **TypeScript**