Reddit Top Posts Client
Install yarn globally
$ npm install -g yarnInstall project dependencies
$ yarnRun it locally
$ yarn startRun jest tests.
$ yarn testGenerate build folder
$ yarn build- You will need permission to deploy to this firebase app
Generate build folder + deploy to firebase
$ yarn deploy- Write more tests and ones that test functionalities of the components.
- Add error handling for the application.
- Add linter rules.
- Parse and filter data comming from reddit api to keep in the store only the relevant stuff.
- Use better persistance for readed/dismissed posts.