A minimal app built with Next.js, Tailwind CSS and Chuck Norris Facts API to help you learn facts about Chuck Norris.
Key Features • How To Use • Credits • License
- Fetch Chuck Norris facts by keyword, by category or randomly
- Explicit content should be dealed with care, therefore you can only see those if you hover on it
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/celinesoeiro/diving-by-zero.git
# Go into the repository
$ cd chuck-norris-facts
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
This application was built with
MIT
· Portfolio celinesoeiro.com · GitHub @celinesoeiro ·