Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacceycode/go-card
https://github.com/jacceycode/go-card
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacceycode/go-card
- Owner: JacceyCode
- Created: 2024-01-23T17:43:06.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-24T11:52:28.000Z (12 months ago)
- Last Synced: 2024-01-24T19:11:56.841Z (12 months ago)
- Language: TypeScript
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Assessment - Go_Card App
# Summary
This App embodies basic user onboarding features using firebase Auth and also Location Geocoding using the Google Static Map.
## Overview
This repository contains the development of the GoCard App using React Native Expo and TypeScript. The application leverages the Native Expo package with TypeScript, React Navigation for navigation, Google Geocoding for maplocation.
## Signup/Login Steps
1. **User Information Entry:**
- Ensure details entered are correct, as they are verified before gaining access to the next screen.
- Email must be valid.
- Password length must be a minimum of 8 charactes including Uppercase, Lowercase, numbers and special characters.## \*\*User Address LookUp
1. **Address Lookup:**
- After successfulSignUp/SignIn, user can navigate to the location tab, input their address and get a map preview of the same address.## Development Setup
To set up the development environment, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/JacceyCode/go-card.git
```2. Install dependencies:
```bash
cd Stockline
npm install
```3. Run the application:
```bash
npm start
```This will launch the development server, and you can access the app through Expo on your device or emulator.
## Contribution
Feel free to contribute to the project by submitting issues or pull requests. Your feedback and collaboration are highly appreciated.
---
**Happy coding!**