Skip to content

anupam-coder/Name_search

Repository files navigation

Application Name

My Name search application

Application Overview

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.

Application architecture

Component Architecture

Live server hosted on github

http://anupam-coder.github.io/Name_search/

App_Demo

Steps to test application functionality

  1. Open the live server.
  2. Click on the textbox and enter a keyword e.g. "cloud".
  3. User will be able to view the names related to the entered keyword.
  4. 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.

Steps to run

  1. Open your terminal and then type
$git clone {the url of the Github repo}
This command will make a clone of the repo.
  1. Change directory into the new folder and type
$npm install
This will install the required dependencies
  1. To run the React Project
$npm start    
It will be hosted in http://localhost:3000/ and will display the application

Library used for displaying name

In this code i have used a name-generator library and installed using the below command npm install -g @rstacruz/startup-name-generator

Resources used

Future plan

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.

Thank you for showing up :)

About

This is a Name searching application for your startup, venture, product or anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published