A small app that uses NASA's APOD (Astronomy Picture of the Day) open API
To run this project, you will need to add the following environment variables to your .env file
VITE_APOD_API_KEY
You can get your free API key at NASA Open APIs website: https://api.nasa.gov/
API reference can be found on that same website.
Install dependencies with npm
npm install
Run Tailwind CSS before starting the server
npm run tw
Starting the server
npm run dev
npm run cy
- React
- JavaScript/TypeScript
- TailwindCSS
- Cypress