Preview | Technologies Used | How to run the project | How to contribute | License
Google glass presentation site, based on the video lessons of the video course taught by professor Gustavo Guanabara.
In the contact us was used the IBGE API to find the states and cities.
- HTML5
- CSS3
- JavaScript
- Visual Studio Code
- Download the "watch in chrome" extension in Visual Studio Code and Chrome
- Clone this repository
git clone https://github.com/RuthMaria/googleGlass.git
- Run the project
Press Ctrl + Shift + P on the Visual Studio Code and type "watch in chrome"
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.