MediPlay is a gamified medication app for children who need to take medication every day.
The website is developed using bootstrap framework and project setup was created using NPM. So bootstrap was installed to this project as a node module
Parcel was used as the module bundler for this project
- Demo: https://mediplay.netlify.app/
- Design (Case Study): https://www.behance.net/gallery/190834875/MediPlay-Case-Study
- Unzip the project folder
- Open project folder in an IDE (Visual Studio Code)
- From the terminal Run the following command "npm install"
- Click on "Go Live" at the bottom of VS Code Editor
- Open the following link "http://127.0.0.1:5500/" in your browser
- From the terminal, run the following command "npx parcel index.html"
- Open the following link "http://localhost:1234/" in your browser
- From the terminal, run the following command "npx parcel build --public-url ./"
- From your systems file explorer, go into the dist folder
- Open "index.html" file in your browser
NOTE: This project was created on a windows machine
Thanks