A Collection of Apps built with React + Redux
Installation
yarn install
and npm run watch
Video Search App
The app integrates with YouTube's Search API and it will display a list of videos based on YT's search results. It allows you to select a video from the list and play in the video detail view.
TODO:
- Styling fixes
BookList App
The Booklist App displays a list of books, and allows you to select a book to view its details such as number of pages, author, etc.
TODO:
- Future integration with GoodReads or any other book style API.
- Styling fixes
Weather Forecast App
The 5-Day forecast weather app features integration with Google Maps as well as Open Weather App. Based on a search, it will display relevant weather for a particular city. Temperature, pressure and humidity charts as well as a map of the city are displayed per row.
TODO:
- Integrate with 'react-google-maps'
- Styling fixes
Blog App
The blog web app integrates with a very basic API I created for this purpose. It authenticates users, and accepts standard HTTP CRUD requests. The app has a posts list view and a post detail view.
TODO:
- Finish off blog actions: create new post, fetch individual posts, delete, etc.
- Polish integration with JSON API, mainly authentication.
- Styling