Skip to content

jackpilowsky/reddit-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Running locally

On terminal, navigate to the project folder and

  1. Run npm install
  2. Run npm start

Open http://localhost:3000 to view it in the browser.

A small note on styling

This project uses Material-UI's withStyles HOC for dealing with styles. I like using withStyles because:

  1. It doesn't require any setup.
  2. Complies with React's component-based system. No stylesheets expanding multiple components.
  3. Doesn't incurr the performance penalty that inline-styles do.

I could have used CSS or SASS or inline-styles. But I chose this one.

About

A simple reddit client I made for a code challange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published