This is a password generator app built with React + Typescript and Tailwind CSS. This app allows users to generate a random password depending on their preferences.
- This project was created with Vite which requires Node.js v14.18+, v16+ to run.
- To install the neccesary dependencies, run
npm install
- To start the development server, run
npm run dev
- To contrinute to this project, below are steps to follow;
- Fork this repository to create a copy in your profile
- Clone this repository and open the folder in your editor
- Create a branch and make the neccesary chnages on that branch and commit those changes.
- Push those chnages to Github
- Make a pull request