https://github.com/firestreaker2/fakevpn
Fake VPN mobile user interface using react native
https://github.com/firestreaker2/fakevpn
expo react react-native tamagui ts tsx typescript
Last synced: 2 months ago
JSON representation
Fake VPN mobile user interface using react native
- Host: GitHub
- URL: https://github.com/firestreaker2/fakevpn
- Owner: FireStreaker2
- License: mit
- Created: 2023-11-30T04:43:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:53:44.000Z (over 1 year ago)
- Last Synced: 2025-03-11T09:37:41.658Z (7 months ago)
- Topics: expo, react, react-native, tamagui, ts, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 696 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# About
FakeVPN is a simple example of what a VPN mobile user interface would look like. It was built using [react native](https://reactnative.dev/), [expo](https://expo.dev/), and [tamagui](https://tamagui.dev/).# Selfhosting
```bash
$ git clone https://github.com/FireStreaker2/FakeVPN.git
$ cd FakeVPN
$ npm i
$ npm start
```# License
[MIT](https://github.com/FireStreaker2/FakeVPN/blob/main/LICENSE)