Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 916 Bytes

README.md

File metadata and controls

48 lines (28 loc) · 916 Bytes

Wa-thakkir App

This is the front-end part of this app. Wa-thakkir is an app for sharing Islamic teachings built with OOP vanilla JS, HTML5 and CSS3 bundled with Webpack

Screenshot of the app

💻 Demo

You can try it out by visiting the live demo.

⚙️ Features

✅ Slight modern/sleek CSS animations :)

✅ Responsive design

✅ User-friendly interface

✅ Filter teachings according to its tag

✅ Edit teachings

💻 Usage

Set mode to development mode in webpack.config.js

mode: "development"

Install Dependencies

npm install
npm run dev

Visit http://localhost:3000

Build front-end production files

npm run build

The production build will be put into the public folder