This is the frontend for Omniloq, a password manager designed to securely store and manage your passwords. The frontend is built using React and styled with vanilla CSS.
- User-friendly interface built with React.
- Simple and clean UI using vanilla CSS.
- Seamless interaction with the backend API.
- React (JavaScript)
- Vanilla CSS
- Fetch API for making requests
-
Clone the repository:
git clone https://github.com/your-username/omniloq-frontend.git
-
Install dependencies:
npm install
-
Start the server:
npm run dev