Skip to content
/ pplus Public

A password generator and storage application. Built with the MERN stack and equip with a GraphQL API. Installable and in compliance with PWA protocols.

Notifications You must be signed in to change notification settings

t-starkw/pplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P+

Password Plus - A Password Generator and Storage Application

I built this application with the intention of upscaling my first ever JavaScript application for the UNC Coding Bootcamp. Originally, this application was a password generator that accepted user input via alerts and returned a randomized passcode. I repurposed that project to provide users a seamless UI experience on both mobile and desktop devices with the enhanced ability to store generated passwords to their accounts and assign them to various apps and services. Utilizing a GraphQL API built with an Apollo Server, this app was built using the MERN stack, with a React front end, MongoDB database, and Node.js/Express.js server and API. Additionally, this application meets PWA criteria and features multiple data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. This application is available for installation and is fully functional offline.

JavaScript HTML CSS Mongo Express React Node jswt Apollo-GraphQL GraphQL Tailwinds VSCode Windows

Demo generator generator

Installation

Clone the repository:

git clone git@github.com:t-starkw/pplus.git

Install the required dependencies:

npm install

Run the project in your local browser:

npm run develop

Usage

Generate custom, strong passwords according to the criteria that you select. Store those passwords to your account and associate them with various apps and services.

Deployed Application

You can view the live application here

Meta

Tessa Starkweather – LinkedIntess.starkweather@gmail.com

View my profile – GitHub

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/t-starkw/pplus/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

The MIT License (MIT)

Copyright (c) 2023 Tessa Starkweather

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A password generator and storage application. Built with the MERN stack and equip with a GraphQL API. Installable and in compliance with PWA protocols.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published