https://github.com/r1ck404/code-snippets
An app using Tauri, React, and TypeScript to organize and manage code snippets in groups and collections.
https://github.com/r1ck404/code-snippets
code-snippets management react tailwindcss tauri tauri-app typescript
Last synced: about 1 month ago
JSON representation
An app using Tauri, React, and TypeScript to organize and manage code snippets in groups and collections.
- Host: GitHub
- URL: https://github.com/r1ck404/code-snippets
- Owner: R1ck404
- License: mit
- Created: 2024-07-08T12:26:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T12:43:45.000Z (about 1 year ago)
- Last Synced: 2025-03-25T23:51:19.357Z (7 months ago)
- Topics: code-snippets, management, react, tailwindcss, tauri, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 553 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Stash
This is an application developed using Tauri, React, and TypeScript. It allows users to organize their code snippets into groups and collections, with each snippet having a title, description, and the ability to contain multiple files or manually entered pieces of text.

## Features
- Create and manage groups to organize collections of code snippets.
- Each collection can contain multiple code snippets with customizable titles and descriptions.
- Support for editing, renaming, and deleting snippets within collections.
- Intuitive user interface powered by React for smooth interaction.
-
## Group and Collection SystemThe group and collection system is designed for future expansion. It paves the way for planned features like peer-to-peer collaboration, enabling users to share groups and collections with other users seamlessly.
## Known Issues
- Deleting a snippet may sometimes result in the entire snippet list becoming empty. This is a known bug and will be addressed in future updates.
## Getting Started
To run the application locally, follow these steps:
1. Clone the repository.
2. Install dependencies using `npm install`.
3. Start the development server using `npm run tauri dev`.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Notes
- This project is still a W.I.P project.