My Secrets Jar

A react application that uses firebase to maintain a list of secrets.

Getting started

Installation

Install Create React App

npm init create-react-app my-app

Install the dependencies

npm install twin.macro tailwindcss styled-components
Install with Yarn

Install Create React App

yarn create create-react-app my-app

Install the dependencies

yarn add twin.macro tailwindcss styled-components