Having trouble naming that pesky baby. Let us help! You can choose from our lists of other people's popular baby names from history and finally give that thing a looking back at you the perfect label!
https://baby-namr.herokuapp.com/
Features
- Naming list
- Sorting Parameters
- API calls
Docker
- Build image:
docker build -t baby-namr .
- Run container:
docker run -p 3000:3000 baby-namr
- Visit
http://localhost:3000
in a browser