Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 386 Bytes

React Travel List

The purpose of this application is to demonstrate React and Typescript skills.

This application uses the an open Countries API to fetch country data.

Skills Demonstrated in this Repo

  • React
  • Typescript (A superset of JavaScript)
  • Git usage
  • Tailwind CSS
  • Axios for HTTP requests
  • React Test Library
  • Github actions for CI