Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriellefoliv/csnippets-native
Code Snippets is a React Native app where you can create and share snippets. Uses Async Storage, Image Picker, View Shot and Expo Sharing.
https://github.com/gabriellefoliv/csnippets-native
async-storage expo-sharing image-picker react-native-app tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Code Snippets is a React Native app where you can create and share snippets. Uses Async Storage, Image Picker, View Shot and Expo Sharing.
- Host: GitHub
- URL: https://github.com/gabriellefoliv/csnippets-native
- Owner: gabriellefoliv
- License: mit
- Created: 2024-05-11T07:51:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T11:03:45.000Z (7 months ago)
- Last Synced: 2024-10-18T12:58:01.742Z (3 months ago)
- Topics: async-storage, expo-sharing, image-picker, react-native-app, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Code Snippets 💻
A React Native app built with Typescript + Tailwindcss
Core functionalities:
- Create and storage snippets with Async Storage
- Code editor: syntax highlighting for different programming languages
- Sharing and exporting: share snippets via email, social media etc
Cloning
```bash
git clone project-url-in-github
```Starting
```bash
cd paste-name
npm install
npm start
```