Skip to content

MaximoPrandi/Jildam

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Jildam

Password manager and generator web aplication
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License

About The Project

Product Name Screen Shot

Jildam is a password management application with a focus on customizing the user experience. In addition to allowing you to manage and generate passwords securely, it also offers the possibility of customizing your profile with information such as your name, surname, biography, and profile picture, like in a forum.

The application is developed in Laravel, a highly popular and powerful PHP framework that allows for rapid and efficient web application development. Thanks to its simple design, Jildam is easy to use for users, meaning you can start managing your passwords more efficiently and securely from the get-go.

In conclusion, Jildam is an excellent option for those looking for a password management application with a focus on customization and simplicity.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Laravel
  • Bootstrap

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Below is an example of how you instaland setup your app i you're in a linux sytem.

  1. Clone the repo
    git clone https://github.com/maximobrandi/jildam.git
  2. Copy the .env.example as .env
    cp .env.example .env
  3. Modify .env to acomplish your database
  4. Generate the app key
    php artisan key:generate
  5. Serve the aplication
    php artisan serve

(back to top)

Roadmap

  • Base aplication in Laravel
  • Encrypt passwords
  • Optimize aplication
  • Multi-language Support
    • English
    • Italian
  • Generate a API for using in other projects

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)