This is a bug tracker application built with React.JS and Typescript. To be short, the main goal here is to help developers to keep track of the software development bugs and issues, in a simple and more efficient way. You can find the API source code here.
- 🔑 Generate Random Passwords
Make sure you have installed Node.js (v16.15.3 or later recommended) which also comes with npm.
In the project directory, you can run in terminal:
npm install --save
npm run dev
👆 Runs the app in the development mode and the server will reload when you make changes to the source code.
npm run build
👆 Builds the app to the dist folder.
npm run start
👆 Starts the app.
To install the CLI globally, open terminal in the project root directory and run the following command:
🔔 Note: this is a one time setting.
npm link
Then run the following command to start:
password-generator
For options and help, run:
password-generator -h
Have fun.
E-mail: nhantumbok@gmail.com
Github: https://github.com/KainNhantumbo
Portfolio: https:https://codenut-dev.vercel.app
My blog: https://codenut-dev.vercel.app/en/blog
I have curated a detailed list of all the projects I have authored. Do take out a moment and take a look.
If you like this project, let me know by leaving a star on this repository so I can keep improving this app.😊😘
Best regards, Kain Nhantumbo, a web developer from Mozambique.
Made with ❤ Node.js and Typescript
Licensed under GNU General Public License Version 3. All rights reserved.
Copyright © 2022 Kain Nhantumbo.