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.
Install all required packages.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Light Theme | Dark Theme |
---|---|