First attempt in learning and creating a mobile application with React Native This App will help you generate a hashed/salted password which you can use for any website you wish to register for.
Table of Contents
- Overview
- Demo
- Roadmap
- Installation
Account Creation and Retrival of password from Database(Mongo).
Creating password, Retrieving and showing the touchable easy copy/paste feature.
Installation - How can another developer get your project up and running on their own? What dependencies are required? Are there environmental requirements? Be specific, and outline steps to take in order to get the project running.
Our application uses Express, NodeJS Javascript, React Native, JSX, MongoDB.
-
Install all packages by running the following commands in your terminal.
npm install
-
On a separate terminal, run webpack/babel.
npm run start
-
Start the server.
npm run server
-
Scan QR code to connect or use Xcode.
Roadmap - What future enhancements are planned? What is the current status of the project? Is it being actively maintained?
Upcoming Features
- Finterprint/Touch login
- Two-Auth to gain acess to application
- Finish CRUD routes - PUT/DELETE
- Better styling graphics
License - If open source, state how the project is licensed.
Copyright (c) 2021, SquiaQuizGames All rights reserved.