About | Features | Technologies | Requirements | Starting | License | Author
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.
✔️ Error handling
✔️ Asynchronous request;
✔️ Static page;
✔️ Layout 100% tailwindcss;
The following tools were used in this project:
Before starting 🏁, you need to have Git, Node and Yarn installed.
# 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>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Miguel Riquelme