Welcome to the Domain Name Discovery frontend repository! This project is the user-facing part of the Domain Name Discovery website, designed to help users find available, lucrative, short, and catchy domain names efficiently.
The Domain Name Discovery frontend is built to provide users with an intuitive and responsive interface for generating and filtering domain names based on specific patterns. Users can:
- Generate domain names based on customizable patterns.
- Check real-time availability of generated domains.
- Filter domains to display only those that form meaningful words.
- Save favorites and set up watchlists.
- Domain Name Generator: Create domain names based on user-defined patterns.
- Real-Time Availability Checker: Instantly check the availability status of domains.
Follow these instructions to set up the frontend project locally.
Ensure you have the following installed on your machine:
- Node.js (v14.x or higher)
- npm (v6.x or higher) or Yarn (v1.22.x or higher)
- Git (for cloning the repository)
-
Clone the Repository
git clone https://github.com/yourusername/domain-name-discovery-frontend.git
-
Navigate to the Project Directory
cd domain-name-discovery-frontend
-
Install Dependencies
Using npm:
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.