UI for the whisper application (built with NextJS, Apollo)
Whisperer-UI is a repository for the UI that powers the Whisperer platform imagined by Proton. It is a platform designed for sharing secrets securely. Built with NextJS (ReactJS) and Apollo (GraphQL), this UI provides a user-friendly interface to interact with the Whisperer platform.
Whisperer-UI is a user-friendly UI for the Whisperer platform, allowing users to securely share secrets. Built with NextJS and Apollo, it provides enhanced performance and compatibility across different platforms and devices. The installation process involves cloning the repository, installing dependencies, and starting the project to access it on the browser.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.