This is a small mini project which you can use to search US cities, it was built for learning purpose, and ofcourse you can use it while searching some basic information about US cities.
- HTML5
- CSS3
- Javascript
To get a local copy up and running follow these simple example steps.
There is no special prequisite to run this project locally
- Clone this repository with
git clone https://github.com/descholar-ceo/city-info.git
- Go inside this repo locally by typing
cd city-info
Open index.html file within your browser
There is no need to run tests
This project is deployed on github pages live demo link
- Github: @descholar-ceo
- Twitter: @descholar3
- LinkedIn: MUGIRASE Emmanuel
There two ways of contributing to this project:
- If you see something wrong or not working, please open the issue in issue section
- If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
- Fork this repository
- Clone it on your local computer by running
git clone https://github.com/your-username/city-info
Replace your username with the username you use on github - Open the cloned repository which appears as a folder on your local computer with you favorite code editor
- Create a separate branch off the master barnch,
- Write your codes which fix the issue you found
- Commit and push the branch you created
- Raise a pull request, comparing your new created branch with our original master branch here
Give a ⭐ if you like this project
This project is open source MIT licensed