Skip to content

dvirberlo/opinion-me

Repository files navigation

Opinion Me

Web App for getting feedback and giving feedback on ideas.

  Roadmap     Angular v14     WebApp     Contribute  

The main purpose of this project was to learn Angular and Firebase, by creating a web app for getting feedback and giving feedback on ideas.

Contribute

Feel free to issue bug reports and feature requests.

Please first check the roadmap and existing issues.

If you want to write it yourself- open an issue and declare your intension. PRs will be wellcomed.

Development

Please install yarn.

For a dev server Run yarn && yarn start (The application will automatically reload if you change any of the source files).

Navigate to http://localhost:4200/.

Running unit tests

Run yarn test to execute the unit tests via Karma.

(Run yarn run fire-emu and then yarn run fire-test to unit test firestore rules)