Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 846 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 846 Bytes

foot

foot is an app where users can search for inforamtion about soccer players.

Link to project: https://footindex.onrender.com/

Screen-Shot-2023-07-29-at-10-07-35-PM

How It's Made

Tech Used: HTML, Javascript, Tailwind

This app is styled using tailwind. The app uses the SportsDB api to retrieve data about soccer players. The api is called using javascript.

Optimizations

I would like to add a aearch results page when a user searches for a player. Also, I want each player to have a page showing their information.

Lessons Learned

I learn more about working with apis snd how to call them. This project allowed me to get more familiar with using Postman. It allowed me to learn to test apis.