This is a react based project intended to generate and suggest startup / venture names from the keyworkds given by the user. This project is entirely built from scratch. You can see the live demo Here
Name_It.mp4
- Basic Computer configuration
- Node js installed
Contribution to this repos are always welcome. You can alwas upgrade the UI, or fix any bug predefined in the issue section.
For new contibution or feature :
- Open a new issue describing the feature.
- Add feature tag to this issue.
- Get acceptance from the code maintainers
- Enjoy adding the feature
-
Fork the project by clicking on the above icon.
-
Clonning the project to your local machine:
git clone https://github.com/<your-user-name>/NameIt.git
- Open the project in your desired text editor and run the command
npm install
- Run the following command in the terminal to see the live output
npm start
-
Now go to the components folder and choose the component you want to add feature to.
-
run the following command to generate the build folder
npm run build
- Now deploy the application to your copy
npm deploy