BolajiOlajide / whisperer-ui

UI for the whisper application (built with NextJS, Apollo)

Home Page:https://whisperer-ui.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whisperer-UI

This repository for the UI that powers the Whisperer platform imagined by Proton. A way to share secrets loooool.

No secret is safe sha. Remember that. Slides

Tech Stack

  • NextJS (ReactJS)
  • Apollo (GraphQL)

Prerequisites

Ensure you have the following installed and setup on your machine.

  • git
  • nodejs
  • npm or yarn

Setup

  • Clone the repository with the coommand
git clone https://github.com/BolajiOlajide/whisperer-ui.git
  • Install the project's dependencies with the command
yarn

OR

npm install
  • Once that's done, start the project with the command
yarn dev

OR

npm run dev

About

UI for the whisper application (built with NextJS, Apollo)

https://whisperer-ui.herokuapp.com/


Languages

Language:JavaScript 88.6%Language:CSS 11.4%