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

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.

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.

![Thumbnail image](/resources/thumbnail.png)

## 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 System

The 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.