Skip to content

You can use this to search US cities and states, just by just typing the name of the city or state, and then it gives you some info about it. The population growth you get is from 2000 to 2013.

Notifications You must be signed in to change notification settings

descholar-ceo/city-info

 
 

Repository files navigation

city-info

Linters

Description

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.

Built with

  1. HTML5
  2. CSS3
  3. Javascript

Live Demo

  1. See it on netlify
  2. See it on codepen

Getting Started

To get a local copy up and running follow these simple example steps.

Prequisite

There is no special prequisite to run this project locally

Setup

  1. Clone this repository with git clone https://github.com/descholar-ceo/city-info.git
  2. Go inside this repo locally by typing cd city-info

Usage

Open index.html file within your browser

Run Tests

There is no need to run tests

Deployment

This project is deployed on github pages live demo link

Authors

1. MUGIRASE Emmanuel

Contributing

There two ways of contributing to this project:

  1. If you see something wrong or not working, please open the issue in issue section
  2. If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
    1. Fork this repository
    2. 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
    3. Open the cloned repository which appears as a folder on your local computer with you favorite code editor
    4. Create a separate branch off the master barnch,
    5. Write your codes which fix the issue you found
    6. Commit and push the branch you created
    7. Raise a pull request, comparing your new created branch with our original master branch here

Show your support

Give a ⭐ if you like this project

Acknowledgment

Microverse

License

This project is open source MIT licensed

About

You can use this to search US cities and states, just by just typing the name of the city or state, and then it gives you some info about it. The population growth you get is from 2000 to 2013.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • CSS 21.2%
  • HTML 7.0%