Wiki style application to visualize a variety of cat breeds data obtained from TheCatAPI.
See it live on https://cat-wiki.pklepa.vercel.app/
This project is an implementation of the minimalistic blog design by LogWork and integrates Contentful as a Content Management System for the blog administrator.
- Next JS
- TheCatAPI
- Vercel
- Styled Components
- Next
- Vercel
- Styled Components
- Framer
- ESLint - A linter tool to standardize code
- Prettier - Code formatter
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 [email protected]:pklepa/cat-wiki.git
# Enter the created folder
$ cd cat-wiki
# Install dependencies
$ npm install
# Run the app
$ npm run dev
# Visit http://localhost:3000/
Open http://localhost:3000 with your browser to see the result.