This project is to provide a daily feed of multiple information:
- Current Day's Horoscope of selected Zodiac sign.
- Horoscope of the current compatible Zodiac sign.
- Random Chuck Norris Joke to cheer reader up.
- Random general Joke for reader or to tell to someone else.
- Random activity suggestion.
- Advice generated by the sum of both sign's lucky number.
- Current day's Rick & Morty character selected by lucky number.
It is built with React.js, Material UI and Parcel Bundler.
- 12/01/2019 Initial Upload.
Just click here:
Just download or clone the repo:
$ git clone https://github.com/nicbuitr/daily-feed.git
Requirements:
- (OPTIONAL) Parcel Bundler in order to bundle the components and setup local server.
Once Parcel is installed globaly, just run:
$ npm install
This will install all NPM modules required to run the app.
And finally, to initialize the app run:
$ npm start
Once its deployed go to http://localhost:1234/
- Aztro API - Horoscope
- Bored API - Random Activity
- Advice Slip API - Random Advice
- Official Joke API - Random Jokes
- Chuck Norris Jokes API - Random Chuck Norris Jokes
- Rick and Morty API - Characters, Episodes and Locations
MIT © Nicolás Buitrago Castaño