This project is part of the Fullstack Bootcamp by Foundation F5.
- Frontend: HTML, CSS, JavaScript
- External API: JSONPlaceholder
This application allows users to view a list of users fetched from the JSONPlaceholder API. Users can see the ID, name, and city of each user in a table format. Additionally, users can enter a user ID and retrieve specific user details, such as name and phone number.
To get started with the app, simply clone this repository to your local machine and open the index.html
file in your web browser. No additional setup is required, as the app fetches data from the JSONPlaceholder API.
- Upon opening the app, you'll see a table displaying a list of users along with their ID, name, and city.
- Use the input field and button provided to enter a user ID and retrieve specific user details.
- Click on the "Get User" button to fetch and display the name and phone number of the user with the corresponding ID.
Feel free to clone the repository and happy coding! 🖥️🛠️🐧🎉