This app is built using plain react. It displays F1 championships records for 2005 - 2015 currently based on api data from erghast.
- Built using CodeSandbox.io
- Hosted on Github Pages
** Please ensure that you have the latest node and npm installed.
git clone https://github.com/svn1991/F1_World_Championships_Records.git
- npm install
- npm run start
- Show F1 seasons for year 2005-2015 and the winners
- Clicking on a season row, should show all the races held in selected season
- If winner of race is also season winner, winner's name is highlighted
- Wiki links for season, winner, and races have been added
- LocalStorage caching of api data to reduce calls to api
- Improve unit testing
- Add usage of redux/saga for better management of async calls to api
- Improve winner highlight by adding an icon
- Make range flexible so that user can select range of records to view on the fly
- Better UI design