My Name search application
I have built an application which generates name suggestions for any entered keywords.The main objective of the application is that it provides a bunch of name suggestions to a user who is thinking of a name for it's upcoming startup, venture or product. The application will suggest few names related to the keyword entered by the user and the user can select any particular name card. After selecting and clicking on it the user will be navigated to an URL which will show the availability and the charges of hosting the website.
http://anupam-coder.github.io/Name_search/
- Open the live server.
- Click on the textbox and enter a keyword e.g. "cloud".
- User will be able to view the names related to the entered keyword.
- Click on any of the search results(namecard) and user will be navigated to Namecheap URL, here the user can check out regarding the domain details and availablity.
- Open your terminal and then type
$git clone {the url of the Github repo}
This command will make a clone of the repo.
- Change directory into the new folder and type
$npm install
This will install the required dependencies
- To run the React Project
$npm start
It will be hosted in http://localhost:3000/ and will display the application
In this code i have used a name-generator library and installed using the below command npm install -g @rstacruz/startup-name-generator
- Header image - https://undraw.co/
- Fonts
I have some plans to include routers and make a single page application which can enable me to explore other ares under this name search hood like searching for Marketing Strategies, Selection of Tech Stack for the product, communicate with like minded people, asking for feedbacks and so on.
