- Chuck Norris Quotes project for Guia Bolso front-end challenge.
- Click here to get quotes -> Chock Norris Quotes
- Clone the project from https://github.com/olavoparno/chuck-norris-quotes
- Run
npm install
to install the project dependencies - Run either
npm run build
to build the project into<rootDir>/build
or runnpm start
to serve the project locally in development mode
- ismobilejs - bundlephobia
- Gives a great way of knowing devices beforehand
- deep-object-diff - bundlephobia
- Great lib to dive into object differences
- styled-components - bundlephobia
- Chosen due to its simplicity in delivering independent and reusable styled components and its powerful ability to understand SASS like syntax
- unstated-next - bundlephobia
- Incredibly small state management lib using hooks
- Components unit tests
- Better componentization definition
- Feature some sort of meme images alongside quotes
- Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.