/resolutions-app

A simple ToDo for my New Year Resolutions

Primary LanguageJavaScript

Resolutions App

A list of my Year Resolutions

ToDo

  • Edit button functionality
  • Disable delete button, edit button
  • Add done to the object
  • Some kind of login for edit an d delete resolutions
  • Move button of "New Resolution" to the Toolbar
  • Upload project in heroku or github pages
  • Improve design
  • Delete functionality
  • Add a new resolution
  • Show form with button
  • Dark Theme
  • Connect app with firebase

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test