Lunar Phase is a React application that displays the current day's lunar phase based on the user's location.
- Displays the current lunar phase
- Uses user's geolocation to provide accurate data
First, clone the repository:
git clone https://github.com/kencrocken/lunar_phase.gitThen, navigate to the project directory and install dependencies:
cd lunar_phase
npm installTo start the application, run:
npm startThe application will be available at http://localhost:3000.
To run the tests, use:
npm testTo build the application for production, run:
npm run buildThen, to deploy the application to GitHub Pages, run:
npm run deployContributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License.