/domain.br

👉 Domain.br is a project created to use the API of the incredible Brasil API project, where the endpoint used was from Regristo BR, so in this application you can check if the searched domain is available and access the page to buy it. In addition, the application gives suggestions for other domains if the searched one is already in use. There is also great error handling so that there is no performance wear making unnecessary requests.

Primary LanguageTypeScriptMIT LicenseMIT

Domínio BR

 

Domínio BR

Github top language Github language count Repository size License Github issues Github forks Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Domain.br is a project created to use the API of the incredible Brasil API project, where the endpoint used was from Regristo BR, so in this application you can check if the searched domain is available and access the page to buy it. In addition, the application gives suggestions for other domains if the searched one is already in use. There is also great error handling so that there is no performance wear making unnecessary requests.

✨ Features

✔️ Error handling
✔️ Asynchronous request;
✔️ Static page;
✔️ Layout 100% tailwindcss;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Node and Yarn installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/miguelrisquelme/domain.br

# Access
$ cd domain.br

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Miguel Riquelme

 

Back to top