Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```