Skip to content

React app of a simple reddit client displaying the top entries

Notifications You must be signed in to change notification settings

EliecerC/reddit-top-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Top Posts Client

Developmet

Install yarn globally

$ npm install -g yarn

Install project dependencies

$ yarn

Run it locally

$ yarn start

Tests

Run jest tests.

$ yarn test

Building

Generate build folder

$ yarn build

Deploy

  • You will need permission to deploy to this firebase app

Generate build folder + deploy to firebase

$ yarn deploy

TO DOs:

  • 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.

About

React app of a simple reddit client displaying the top entries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published