Skip to content

Release 0.1.0 The first preliminary version of PollMe

Compare
Choose a tag to compare
@mdo2 mdo2 released this 29 May 18:40
ea46105

Added

  • Basic HomePage that shows basic PollMe info
  • Polls module for view the user polls and user activity across any poll
  • Poll module for the stuff related to a specific poll (create, fill, etc)
  • User module that manages all the user related features like login,
    register or profile update
  • Registration poll type
  • Share poll utilities for share the poll results on Whats App
  • Support pages like NotFoundPage or ErrorPage
  • Rapid UI development using Tailwind, the utility-first CSS framework
  • Auth support using Firebase authentication
  • Firebase real-time database support for store the app data
  • Files upload support using the Firebase storage service
  • Vuex state management for share the store data across the app
  • Form validations using Vuelidate library
  • Internationalization support using the vue-i18n library
  • Continuous integration (CI) using Travis CI service
  • Continuous deployment (CD) using the Netlify service
  • PWA app configuration for allow the users install the app on their devices