This is a react app which helps to generate random name for startup or for your new project, you just have to enter keyword related to your project or startup and this app will generate random names for you.
Inside
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap" rel="stylesheet">
Library used to generate random startup names
@rstacruz/startup-name-generator
npm install --save-exact @rstacruz/startup-name-generator
- Clone the repository
git clone git clone https://github.com/Rohit-Nandagawali/nameit
- Install all the required packages
npm install
- Run the project
npm start