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.git
Then, navigate to the project directory and install dependencies:
cd lunar_phase
npm install
To start the application, run:
npm start
The application will be available at http://localhost:3000.
To run the tests, use:
npm test
To build the application for production, run:
npm run build
Then, to deploy the application to GitHub Pages, run:
npm run deploy
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License.