An open API service indexing awesome lists of open source software.

https://github.com/devrajdc/dc-code-screenshot

A powerful tool for sharing code snippets with additional features. Share beautiful screenshots of your code on your social media platforms.
https://github.com/devrajdc/dc-code-screenshot

flourite highlightjs html-to-image react-hot-toast react-hotkeys-hook react-simple-code-editor reactjs resizable shadcn-ui tailwindcss zustand

Last synced: 3 months ago
JSON representation

A powerful tool for sharing code snippets with additional features. Share beautiful screenshots of your code on your social media platforms.

Awesome Lists containing this project

README

        

# Code Screenshot
A powerful tool for sharing code snippets with additional features. Share beautiful screenshots of your code on your social media platforms.

Project Live at: https://dc-code-screenshot.vercel.app/

![code-screenshot](https://github.com/DevrajDC/dc-code-screenshot/assets/65373279/1030c068-c9b7-4227-9d47-9c3a1bd45782)

---

## Features
- 10+ elegant themes (light + dark theme included).
- 12+ font styles (popular monospace fonts).
- Support for all popuplar languages with auto-detection and syntax highlighting.
- Multiple export options: save as SVG/PNG, copy to clipboard and copy link.
- Other customization options like: font size, padding, background etc.

---

## Technologies used
- [React](https://es.reactjs.org/) - Front-End JavaScript library.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework.
- [ShadCN UI](https://ui.shadcn.com) - Re-usable components built using Radix UI and Tailwind CSS.
- [Zustand](https://zustand-demo.pmnd.rs/) - Bear necessities for state management in React.
- [Highlight.js](https://highlightjs.org/) - Syntax highlighter.
- [React Simple Code Editor](https://www.npmjs.com/package/react-simple-code-editor) - Browser based code editor.
- [HTML to Image](https://www.npmjs.com/package/html-to-image) - Generates an image from a DOM node using HTML5 canvas and SVG.
- [React Hot Toast](https://react-hot-toast.com/) - Toast notifications for React.
- [React Hotkeys Hook](https://www.npmjs.com/package/react-hotkeys-hook) - A React hook for using keyboard shortcuts in components in a declarative way.
- [Resizable](https://www.npmjs.com/package/re-resizable) - A resizable component for React.
- [Vite](https://vitejs.dev/) - Frontend Tooling

---

## Build steps

1. Clone this repo

```bash
git clone https://github.com/DevrajDC/dc-code-screenshot && cd code-screenshot
```

2. Install project dependencies

```bash
npm install
```

3. Build the project and start a local server

```bash
npm run build && npm run serve
```