Skip to content

maxsrli/encrypter-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website encrypter-web Netlify Status Codacy Badge CodeQL GitHub package.json version GitHub

Description

A React web application for encrypting and decrypting user inputs, using Python script Encrypter.

The client side (this repo) is written using React with Material-UI.

The server side (Encrypter-API), is written in Flask.

Where the server side imports script Encrypter remotely using httpimport.

┌───────────────────┐      ┌───────────────────┐      ┌─────────────┐
│   encrypter-web   │ ---> │   Encrypter-API   │ ---> │  Encrypter  │
│      (Client)     │ <--- │      (Server)     │ <--- │   (Script)  │
└───────────────────┘      └───────────────────┘      └─────────────┘

This web application is currently hosted on Netlify, link.

Usage

yarn

Install all required packages.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Screenshots

Light Theme Dark Theme
Home page in light theme Encrypt text in dark theme
Encrypt text in light theme Error input in dark theme