It's the web-application where you can learn 99 names of Allah.
- Viewing names, their meanings and the benefits of dhikr.
- Passing tests on knowledge of the meanings of names.
- Searching names and sharing a link to a name.
- Ability to save names to bookmarks.
- Responsive web design for all devices.
- Internationalization. Support for Kazakh, Russian and Turkish languages.
It's mandatory to install NodeJS. After open the command line.
- Clone the latest version
git clone https://github.com/zaurbbb/99-names-of-Allah
- Change directory to project's folder
cd 99-names-of-Allah
- Install dependencies
npm install
- Run project
npm start
Now, web-application is running on http://localhost:3000/ or another port that must be mentioned on the command line.