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.
- 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.
Clone the repository
cd code-snippet-manager
npm install
npm start