Skip to content

Mitang321/code-snippet-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Snippet Manager

A web application that allows users to view, search, and manage code snippets. Snippets are stored in a GitHub repository and fetched dynamically. The application also supports creating new snippets directly from the UI.

Live Preview

Live Preview

Features

  • Create Snippets: Users can create new code snippets directly from the application and save them to the GitHub repository.
  • View Snippets: Browse through the list of code snippets stored in a GitHub repository i.e https://github.com/Mitang321/snippets.
  • Search: Quickly search for snippets by title.
  • View Snippet Details: Click on a snippet to view its full content.
  • Favorite Snippets: Mark snippets as favorites for easy access.

Installation

  1. Clone the repository
  2. cd code-snippet-manager
  3. npm install
  4. npm start

Images

image image image

Releases

No releases published

Packages

No packages published