Skip to content

hellodough/Quote-Library

Repository files navigation

Quote Library

This application calls an api and displays the results into clickable links that route to individual pages for more details.

The api used is Zen Quotes

How to run the application

  1. Clone the repo to your repository
  2. Make sure you have nvm installed
  3. run nvm use to check use the correct node version
  4. run npm ci to install dependencies
  5. run npm run dev to start up the app
  6. go to http://localhost:3000/ to view the application

How to run the tests

  1. npm run test, jest will run on the tests

Tools and Tech used

  • React.js and typescript
  • Next.js
  • Tailwind.css for styling
  • Jest and react testing library for unit tests
  • Figma for designing

About

Calls a quotes api and displays random quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published