Simple webapp to get DNS info of any domain. Powered with React on the Frontend and Netlify on the functions.
Feel free to fork this repo and improve it! PRs are welcome 😊!
- Node > v12
- NPM > 6.14
- Netlify Dev Package (global) > 2.65.1
- Clone the repo with
git clone https://github.com/Xaconi/react-dns-checker.git
- Install the packages with
npm install
- Start the local environment with
npm start
- Start the Netlify Dev server with
npm run dev-netlify
You can check the DEMO on Netlify