EZSGEN short for Easy Secret Generator.
This project is for learning purpose.
Libraries were used:
-
github.com/sethvargo/go-password
- To generate high-entropy random password
-
github.com/gofiber/fiber/v2
- We can create endpoints and generate custom password
- NextJS
- To create user interface I am using NextJS, better React.
- SWR Library to Client Side Data Fetching