https://github.com/ewertonsolitto/spaceship-security
Spaceship Security is a React Native app that creates strong password.
https://github.com/ewertonsolitto/spaceship-security
expo password-generator react-native typescript
Last synced: 3 months ago
JSON representation
Spaceship Security is a React Native app that creates strong password.
- Host: GitHub
- URL: https://github.com/ewertonsolitto/spaceship-security
- Owner: EwertonSolitto
- Created: 2024-11-25T21:53:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:34:33.000Z (over 1 year ago)
- Last Synced: 2025-02-17T15:32:21.222Z (over 1 year ago)
- Topics: expo, password-generator, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spaceship Security 🚀
# About 📝
**Spaceship Security** is a React Native app that creates strong password.
# Preview 📱
# Feature 🔥
- Strong password generator
# Technologies ⚡
- REACT NATIVE
- TYPESCRIPT
- EXPO
# Download ⬇️
The link may no longer be working.
ANDROID: https://expo.dev/accounts/ewertonsolitto/projects/spaceship-security/builds/9b67fe31-fe26-4391-99eb-c78ceeeaab0a
# Installation 🔧
Make sure to have **NodeJS** and **Expo** installed.
```bash
# Clone repository
git clone https://github.com/EwertonSolitto/spaceship-security.git
# Go to the directory
cd spaceship-security
# Install dependencies
npm i
# Start Application
npm start
```