GitHub / quicksnip-dev / quicksnip
Find code snippets in seconds, across multiple languages.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quicksnip-dev%2Fquicksnip
PURL: pkg:github/quicksnip-dev/quicksnip
Stars: 392
Forks: 128
Open issues: 17
License: mit
Language: TypeScript
Size: 4.4 MB
Dependencies parsed at: Pending
Created at: about 1 year ago
Updated at: 2 months ago
Pushed at: about 2 months ago
Last synced at: about 2 months ago
Topics: code-snippets, helper-tool, snippets, snippets-collection, snippets-library, tools
Funding Links https://ko-fi.com/technoph1le
v0.4.1
v0.4.1
- Reviewed and refactored all parts of the code
- Made
CopyToClipboardeasily accessible by removing reliance on snippet code. Now can be used with any text - Moved modal stuff into
SnippetModalitself instead of putting onSnippetList - And, other minor fixes and adjustments
Download
v0.3.0
v0.3.0
- Refactor custom hooks
- Add a new hook, called
useFetchto avoid repetition of codes - Created a global context for App to manage the state
- Divided the large file into its own components
- Removed the previous routing system to simplify the architecture (cuz it was so much confusing after I finished with it)
- Made sure app runs normally again without crashes
Download