raimedeiros / norrify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chuck Norris joke generator

This project was made for an interview test in 2019.

The app was inittialy made using React and Redux to match the interview requirements. I am rebuilding this app to remove unnecessary dependencies like Redux itself and Bootstrap to use new libraries that works better, faster and make the project cleaner on GitHub.

This project was made based in the API of ChuckNorris.io, using React.

The app starts listing all the categories available and shows a joke when a category is selected. The joke page has options to generate another random joke or return to categories listing page.

Using yarn/npm to init app

Install Dependencies

yarn

Run localhost project

yarn start

The project is set to run at http://localhost:3000

Live version on Firebase

This app is hosted on firebase at https://norrify-a71b2.web.app/

About


Languages

Language:TypeScript 70.6%Language:JavaScript 20.6%Language:SCSS 5.5%Language:HTML 3.3%