Skip to content
/ secure Public

Simple PWA to store passwords made with React and Firebase (Auth, DB and Hosting)

Notifications You must be signed in to change notification settings

damian5/secure

Repository files navigation

Secure

PWA for saving passwords and saving your bank balance

Features

Getting started

git clone https://github.com/damian5/secure
cd secure
yarn
npm start

Then open http://localhost:3000/ to see your app.

Deployment

This project has continuous integration (CI) and continuous deployment (CD) Circle CI, the deployment will be triggered to Firebase when the branch gets merged into Development

Local Deployment

If you need to try the build in your local machine run:

  npm run build
  serve -s build

Then open http://localhost:5000/ to see your app

You have to get serve installed globally: Serve

Structure overview

  ├── README.md
  ├── scripts
  ├── public
  ├── src
  │   ├── assets
  │   ├── components
  │   ├── config
  │   ├── constant
  │   ├── helpers
  │   ├── mocks
  │   ├── services
  │   ├── style
  │   ├── types
  │   ├── App.tsx
  │   ├── index.tsx
  │   ├── routes.tsx
  │   ├── serviceWorker.ts
  │   ├── setupTest.ts
  ├── typings
  ├── .eslintrc.js
  ├── .prettierrc.js
  ├── appspec.yml
  ├── bitbucket-pipelines.yml
  ├── package.json
  ├── tsconfig.json
  └── package-lock.json

About

Simple PWA to store passwords made with React and Firebase (Auth, DB and Hosting)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published