A search engine for Chuck Norris jokes. Powered by ChuckNorris.io API. It's implemented the following features:
- Basic word/phrase search
- I feel lucky feature
- Search by categories (Bonus)
- Add Joke to favorites (Bonus)
- Share the joke on twitter (Bonus)
To run this project on your machine you must have the following dependecies installed:
- nodeJs
- npm
After installation completed you will be able to run npm start
and visit http://localhost:3000
to use the application.
$ npm install
$ npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.\
Builds the app for production to the build
folder.\
- Translate for multiple languages using the Google Translate Api
- Allow the user to customize the jokes with their own names
- Allow the user to share the joke in multiple social networks