Moon Tracker is a React application that displays the current phase of the moon, along with other relevant lunar information.
- Displays the current moon phase (e.g., New Moon, First Quarter, Full Moon, Last Quarter).
- Shows the illumination percentage of the moon.
- Provides the age of the moon in days.
- Indicates the next moon phase and its date.
- React
- JavaScript
- CSS
- Clone the repository:
git clone https://github.com/your-username/moon-tracker.git
- Navigate to the project directory:
cd moon-tracker - Install the dependencies:
npm install
To run the application in development mode:
npm startOpen http://localhost:3000 to view it in your browser.
To build the application for production:
npm run buildThis will create a build folder with the optimized production build.
Contributions are welcome! Please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.