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: over 1 year ago
JSON representation
UI for the whisper application (built with NextJS, Apollo)
- Host: GitHub
- URL: https://github.com/bolajiolajide/whisperer-ui
- Owner: BolajiOlajide
- Created: 2020-02-03T23:39:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:01:16.000Z (over 3 years ago)
- Last Synced: 2025-03-18T19:51:46.799Z (over 1 year ago)
- Topics: apollo, chakra, chakra-ui, graphql, next, nextjs, react, unstack
- Language: JavaScript
- Homepage: https://whisperer-ui.herokuapp.com/
- Size: 1.75 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)