This project aims to create a web page that displays information about bike racks in Recife city. The page uses a form to allow the user to filter and search for specific bike racks. The page also displays a list of bike racks and their information, obtained from the city's API.
- Use HTML, CSS, and JavaScript to create the web page.
- Use Bootstrap as a styling library (version 5 or higher).
- Use JavaScript without jQuery.
- Use the grid system to arrange the elements on the page.
- Use a form to allow the user to filter and search for bike racks.
- Use a list or table to display the bike racks and their information.
- Use the API provided by the city of Recife to obtain the information about the bike racks.
- The select element for the number of bike racks to display should allow the user to select between 5 and 10 bike racks.
- Clone the repository: git clone https://github.com/mathunes/sispro-challenge-html-css.git
- Go to the project directory: cd sispro-challenge-html-css
- Open
index.html
in your browser
If you wish to contribute to this project, please follow the guidelines below:
- Fork the repository
- Create a new branch:
git checkout -b <my-new-branch>
- Make changes and add the changes:
git add .
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin <my-new-branch>
- Submit a pull request to the original repository
This project is licensed under the MIT License.