Numerology Generator is a react web app allowing users to generate personalised numerology readings.
- Generate numerology readings based on user input.
- Get corresponding digits and numerical number of user's name
- Get Birth Number and Destiny Number based on birth date.
- Determine Lucky numbers corresponding to birth date
To run the Numerology Generator locally, follow these steps:
- Clone this repository.
git clone https://github.com/anantshanbhag/numerology-generator.git
- Navigate to the project directory.
cd numerology-generator
- Install the required dependencies.
npm install
- Start the development server.
npm start
- Open
http://localhost:3000
in your browser to access the app.
- Open the Numerology Generator app in your browser.
- Enter your name and birth date.
- Explore your Numerical number, Birth Number, Destiny Number and Lucky Numbers
Contributions are welcome! If you find any bugs or have suggestions for improvement, please create a new issue or submit a pull request.
Numerology Generator is a React-based web application designed to provide personalized numerology readings. It harnesses the mystical significance of numbers to offer insights into various aspects of life, such as personality traits, life path, destiny, and more.
This app allows users to input their name and birth date to generate a numerology reading specifically tailored to them. The generated readings are accompanied by detailed interpretations that shed light on the significance and influences of different numerological aspects.
Contributions to the Numerology Generator project are encouraged and welcome. If you encounter any issues or have ideas for improvement, please don't hesitate to create an issue or submit a pull request.
- React
- HTML
- CSS
- JavaScript