CodeLanka / ez-net-app

EZ Net is an application developed for rural internet users which are not tech savy and shows interest in the internet and the resources it has.
MIT License
15 stars 29 forks source link

Fixing eslint issues and restructuring the code #15

Closed nushydude closed 7 years ago

nushydude commented 7 years ago

Few things to note:

  1. Main thing was to get rid of as many eslint errors.
  2. Added proptype validation (not perfect)
  3. Restructured the source code directory
agentmilindu commented 7 years ago

Wonderful! BTW, What is dummy_api.js?

nushydude commented 7 years ago

It's for the next step. I couldn't finish it yet.

Right now, the app is not data driven, right? Everything is hard coded. I am going to make it data driven. Until firebase is setup, we'll use this as the JSON response we get from an api endpoint. Will add Redux support as well.