https://github.com/eltonlazzarin/expo-typescript-auth
Simple mobile login built with Expo, Context API and Typescript
https://github.com/eltonlazzarin/expo-typescript-auth
axios expo mobile-authentication mobile-development mobile-login mobile-security react-native typescript
Last synced: about 1 month ago
JSON representation
Simple mobile login built with Expo, Context API and Typescript
- Host: GitHub
- URL: https://github.com/eltonlazzarin/expo-typescript-auth
- Owner: eltonlazzarin
- Created: 2020-04-26T01:38:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T22:24:54.000Z (about 6 years ago)
- Last Synced: 2025-07-08T09:52:59.007Z (11 months ago)
- Topics: axios, expo, mobile-authentication, mobile-development, mobile-login, mobile-security, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 144 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple mobile login built with Expo and Typescript




## :rocket: Mobile Technologies
This project was developed with the following technologies:
- [Expo](https://expo.io/)
- [react-native-gesture-handler](https://docs.expo.io/versions/latest/sdk/gesture-handler/)
- [react-native-web](https://code.visualstudio.com)
- [react-native-safe-area-context](https://docs.expo.io/versions/v33.0.0/introduction/running-in-the-browser/)
- [Axios](https://github.com/axios/axios)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)
## :information_source: How To Use
```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/expo-typescript-auth.git
# Go into the repository
$ cd expo-typescript-auth
# Install dependencies
$ yarn
# Run Expo app
$ yarn start
```
## Install the app on a physical phone
1. Go to your app store, look for the app called Expo, and install it on your device.
2. With the app installed, open it and click on Scan QR Code, point the camera phone to the QR code shown on the page that opened after executing the command yarn start and ready, the app will load and be ready for use.
## :memo: License
This project is under the MIT license.
---
Made with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)