Reddit Top Posts Client
Install yarn globally
$ npm install -g yarn
Install project dependencies
$ yarn
Run it locally
$ yarn start
Run jest tests.
$ yarn test
Generate 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.