Thank you very much for considering this project. Make sure you read License , Code of conduct and Contributing.md before making contributions. Feel free to raise an issue and after gettting assigned to it you are all set to work on it.
This is a react based (side) 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
- 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: Fork the project from https://github.com/kaiwalyakoparkar/NameIt/
-
Clonning the project :
git clone https://github.com/<your-user-name>/NameIt.git
-
Open the project in your desired text editor
-
run the following command int terminal to see the live output
npm start
-
Now go to the components folder and choose the component you want to add feature to.
-
after specified changes document the changes in changes.md
-
run the following command to generate the build folder
npm run build
- Now deploy the application to your copy
npm deploy
-
Now create a pull request to the parent repository
-
Wait for acceptance ! Best of luck