Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 828 Bytes

Password Generator

Description

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.

Getting Started

  • 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

Setting Up

  • To contrinute to this project, below are steps to follow;
  1. Fork this repository to create a copy in your profile
  2. Clone this repository and open the folder in your editor
  3. Create a branch and make the neccesary chnages on that branch and commit those changes.
  4. Push those chnages to Github
  5. Make a pull request