Skip to content

This is water app. It will help you drink more water. App uses Browser-Local-Storage.

Notifications You must be signed in to change notification settings

KarolChilimoniuk/H2Oapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Introduction ⏩ 💦

Water is a basic element of every life. Human's body contains mainly water (60%-70%). It is so important to drink sufficient amount of water and it is a basic reason why this app has been made. This app will help you recognise how much water you drink. Remember - You have to drink at least 8 glasses of water per day if you want to hydrate you body correctly. Table of scores shows if you should change your habit or not. One activity you should do is adding glass of water in app after every glass of water you drunk in real life.

** To update your score in the table after you added glasses of water, you should refresh app because of Local Storage **


Technologies and Tools 🏗

  • HTML5 (semantic code and BEM)
  • CSS3 (flex + SASS)
  • JavaScript ES6
  • Node.js + NPM
  • Gulp
  • Webpack
  • Visual Studio Code
  • Canva

How does it looks? 👀

Link leads to online version is HERE screenshot


How to launch the page? 🐱‍🏍

  1. First of all, you should install node.js on your computer software (of course, if you haven't done it earlier). Next step is download a file (In order to do it, visit this page) and installation. To being sure node is installed, run your software terminal and write command:
   node -v

(if node is installed you will see number of current installed version). 2. Run computer terminal as administrator and install Gulp Task Runner by using:

npm install -g gulp-cli
  1. Clone repository to your new project file.
  2. Third step is initialization of NPM to your project by using:
npm init

and installation of the NPM components(packages) by using command:

npm install
  1. If you have done every above steps, you can run the project in live preview. In order to this you have to use command:
gulp

in your terminal. If you want to close live preview - use ctrl + c.