An open API service indexing awesome lists of open source software.

https://github.com/bolajiolajide/whisperer-ui

UI for the whisper application (built with NextJS, Apollo)
https://github.com/bolajiolajide/whisperer-ui

apollo chakra chakra-ui graphql next nextjs react unstack

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://docs.google.com/presentation/d/10KyPvt9VNHVYmPmJiJe20EkV0h48tDf8vC300pesjaA/edit?usp=sharing)

## 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

```sh
git clone https://github.com/BolajiOlajide/whisperer-ui.git
```

* Install the project's dependencies with the command

```sh
yarn
```

OR

```sh
npm install
```

* Once that's done, start the project with the command

```sh
yarn dev
```

OR

```sh
npm run dev
```

* Access whisperer on your browser via the URL [http://localhost:3000](http://localhost:3000)