A pet project on displaying stocks.
4th March -> 6th March:
- go over javascript beginners' guide.
- review the usage of github.
- read tutorials of Node.js, express.js
- read tutorials of React, webpack and babel
In order to figure out the development plan in the next five days.
7th March -> 8th March
- write codes for the basic functions.
- pull data from yahoo finance API and save into sqlite3.
- incoporate backend. If sqlite is hit, no need to turn to the API.
- List view of chosen stocks for comparison
###4th March:
- go over javascript beginners' guide. (half remained)
- review the usage of github. (checked)
###5th March:
- go over javascript beginner's guide. (checked)
- go over the video tutorials of React, Redux and Webpack delivered by kweiberth. (finished videos and demo code before part 10.)
####Got:
- why react is organized that way, instead of a MV* framework
- how React, Redux and Webpack work together.
###6th March:
- checkout the project test requirements on evernote (checked)
- checkout the new syntax features of ES6 Javascript ES6 Cheatsheet - the best of JS ES6 (checked)
- checkout how to do styling in React
- continue on the tutorials of React, Redux and Webpack, and go over the example in the official site. (checked)
- checkout TodoMVC
- checkout jQuery and ajax tutorial at Udacity (checked)
- make plan for next weekdays.
####Got
- a starter app that has combined basic React, expressJS, Redux together, and a yahoo financial API ready to use.
###7th March:
- Control the data flow, and code some basic functions mentioned in the plan.(checked)
- A list view of stocks.(checked)
###8th March:
- Delete stock from current panel.
- tooptips of combined graph.
- Backend. connect to sqlite.