Quit

Our vision was to create an app to help smokers Quit smoking by commiting to a challenge. The user will enter his/her name, the amount of cigarettes smoked per day and the price of the cigarette pack. With these inputs provided by the user we are able to calculate how many days has passed since the challenge started, how many cigarettes that has not been smoked and how much money the user is saving!

Our goal is that the users of Quit should feel motivated to commit to a smoke free life!

Hazem Kavas github

Miranda Nilhag github

Jonatan Nyberg github

demo

Getting Started with Create React App

This project was bootstrapped with Create React App.

In the terminal you have to write:

npm i

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Requirements for passing:

  • The project contains and uses at least 8 components, of which at least 3 are "stateful" components.
  • Git and GitHub have been used.
  • Projectmap contains a README.md file.
  • The project is submitted on time.
  • Oral presentation is completed.

VG grade:

  • All points for passing are met.
  • React Router has been used to dynamically update the URL.
  • An "ErrorBoundry" component must be created and used in at least 3 places.
  • Data from a web API is retrieved and displayed on the page.