vitorwlima / cool-keeper

⭐ Password manager of the future.

Home Page:https://cool-keeper.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cool Keeper

Repository size License Github issues Github forks Github stars

🎯 About

Cool keeper is the modern password manager we have been looking for. Built using the latest technologies from the web development world, it's goal is to provide the users a safe place to store their passwords with a great UX and beautiful UI (work in progress). The idea is to achieve this by building a highly interactive open source environment where people can contribute adding features and fixing bugs.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Node and PnpM installed.

🏁 Contributing

Clone the project:

# Clone this project
$ git clone https://github.com/vitorwlima/cool-keeper

# Access
$ cd cool-keeper

# Install dependencies
$ pnpm install

# Run the project
$ pnpm run dev

# The server will initialize in the <http://localhost:3000>

Setup your .env file:

DATABASE_URL=your_planetscale_db_url
PASSWORD_HASH=random_string

The DB section is optional, and you can make it run locally while developing if that is better for you.

After that, you are ready to start working on the project. Feel free to pick any open issues or open new ones that you feel are important. The flow is standard: you need to create a separate branch and then create a pull request into main branch. Also, when commiting it is recommended to use this convention.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Vitor Lima

 

Back to top

About

⭐ Password manager of the future.

https://cool-keeper.vercel.app


Languages

Language:TypeScript 97.5%Language:JavaScript 1.8%Language:CSS 0.5%Language:Shell 0.3%