akugone / Trustky-ETHParis-2023

Home Page:https://trustky-rouge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • ETHcc Global - Paris Hackathon 2023 Trustky - Private Resume Builder

Trustky Logo

Table of Contents

Introduction

Trustky is a cutting-edge resume builder designed with privacy and data security as its core principles. It empowers users to create their perfect resumes while ensuring full control over their personal data. With Trustky, users can fetch credentials from platforms like GitHub, LinkedIn, and Upwork, decide which information to make public, and encrypt the rest for added privacy.

Features

  • Privacy-Centric: Trustky places user privacy above all else. Users decide what information is visible to the public and what remains encrypted.
  • Data Encryption: Industry-standard encryption methods, such as AES, are employed to protect sensitive user data from unauthorized access.
  • Customizable Visibility: Users can choose which resume sections require access approval, granting them complete control over their portfolio's privacy settings.
  • Data Access Requests: Trustky allows users to request access to specific parts of another user's encrypted data, ensuring consent is obtained before access is granted.
  • User-Friendly Interface: A simple and intuitive user interface makes resume building a seamless experience for all users.
  • Privacy Compliance: Trustky adheres to the highest privacy standards, ensuring compliance with GDPR and other data protection regulations.

Installation

  1. Clone the Trustky repository:
git clone https://github.com/trustky-protocol/trustky.git
  1. Install the required dependencies:
npm install
  1. Copy the .env.template file to .env and update the env variables:
cp .env.template .env
  1. Run the application:
npm start

Usage

  1. Navigate to Trustky in your web browser.

  2. Sign up for an account or log in if you already have one.

  3. Grant permission to fetch your credentials from platforms like GitHub, LinkedIn, and Upwork.

  4. Customize the visibility of your resume sections according to your preferences.

  5. Enjoy building your resume with full control over your privacy!

Data Security and Privacy

At Trustky, we take data security and privacy seriously. All user data is encrypted using robust Lit Protocol, and access is strictly controlled.

Contributing

We welcome contributions from the community to make Trustky even better.

License

Trustky is open-source software licensed under the MIT License. Feel free to use, modify, and distribute it according to the terms of the license.

About

https://trustky-rouge.vercel.app


Languages

Language:CSS 32.7%Language:SCSS 24.4%Language:HTML 18.2%Language:JavaScript 15.2%Language:TypeScript 9.5%