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

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

Awesome Lists containing this project

README

          


Login



Simple mobile login built with Expo and Typescript



GitHub top language

GitHub language count

GitHub last commit

GitHub issues

## :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/)