A simple numerology app. Built with React.
Numerology is part of an occult field with its origins dating back many centuries. The findings of the original numerologists have been checked and refined in the field countless times, confirming over a period of thousands of years the vital correlations between people's traits and the numbers which numerologists assign to these traits. The Simple Numerology App allows users to quickly obtain their numbers which are generated based on their given name at birth and their birthdate.
Live App: https://simple-numerology-app.now.sh/
Client Github Repo: https://github.com/matrayu/numerology-client
Server Github Repo: https://github.com/matrayu/numerology-app
A few of the things you can do with Simple Numerology:
- Set up an account
- View your Motivation Number and Correlating Data
- View your Inner-Self Number and Correlating Data
- View your Expression Number and Correlating Data
- View your Karmic Lesson Number(s) and Correlating Data
- View your Hidden Tendencies Number(s) and Correlating Data
- View your Subconscious Response Number and Correlating Data
Feel free to send us feedback or file an issue. Feature requests are always welcome.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/matrayu/numerology-client
# Go into the repository
$ cd numerology-client
# Install dependencies
$ npm install
# Run the app
$ npm startnpm run devto start nodemonnpm tto run testsndb startto run debugging experience
- React
- HTML
- CSS
- Enzyme
- Jest





