Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-1
Challenge made during IGTI's Fullstack bootcamp. This project was developed using Javascript, HTML and CSS and shows a simple example of API consume. It's an application where the user can filter users that are returned by an public API.
https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-1
Last synced: about 1 month ago
JSON representation
Challenge made during IGTI's Fullstack bootcamp. This project was developed using Javascript, HTML and CSS and shows a simple example of API consume. It's an application where the user can filter users that are returned by an public API.
- Host: GitHub
- URL: https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-1
- Owner: samlatavares
- Created: 2020-09-27T21:31:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T23:46:52.000Z (about 4 years ago)
- Last Synced: 2024-10-31T22:42:26.671Z (3 months ago)
- Language: JavaScript
- Homepage: https://samlatavares.github.io/igti-fullstack-bootcamp-desafio-1/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igti-fullstack-bootcamp-desafio-1
## What is this project?
Challenge made during IGTI's Fullstack bootcamp. This project was developed using Javascript, HTML and CSS and shows a simple example of API consume. It's an application where the user can filter users that are returned by an public API.
## How to run the project?
You can use Visual Studio Code to run this project. There's no need to make imports.
## Knowing about the project
Classes:
- index.html: Where are all frontend structure of the project.
- script.js: Contains all logic methods and inputs actions.
- style.css: Contains all Css of the page. I used Flexbox to organize the page.If you want to see this project's result you can access here.