🚀 A puzzle game using the Astronomy Picture of the Day from NASA.
In construction, help me with suggestions and others!
This app use react-puzzle and APOD API.
# First, in your terminal, install dependencies from app
$ npm install
# Run the command below to build the app,
$ npm run build
# To run in the browser and watch changes, run command below and open localhost:3000
$ npm start