Welcome to CipherGuard, a web application for the secure management of passwords, credit cards, and passports.
CipherGuard is designed to help you store, organize, and access your sensitive information easily and quickly.
The backend for CipherGuard can be found at the following repository: CipherGuard_API
This project utilizes the following technologies:
- React ⚛️: A library for building dynamic user interfaces.
- JSX 📝: A syntax extension for JavaScript that allows writing HTML elements in React.
- CSS 🎨: Stylesheets used to design and layout the application.
- JavaScript (JS) 💻: The programming language used to add interactivity and functionality.
- Axios 🌐: A promise-based HTTP client for making API requests.
- react-router-dom 🗺️: A library for handling routing and navigation in React applications.
To run this project locally, follow these steps:
- Clone the repository.
git clone https://github.com/ismaelvr1999/CipherGuard.git
- Install dependencies.
cd CipherGuard npm install - Set up environment variables.
Create a .env file in the root of the project and add the following variables:
PORT=your_application_port
- Start the server.
npm start





