docs: add CountryStateCityAPI site to showcase (#5681)

* Add CountryStateCityAPI to user.tsx

* Add countrystatecity.png to showcase
This commit is contained in:
Darshan Gada 2021-10-11 01:50:09 +05:30 committed by GitHub
parent 66362106fa
commit b40e45943e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

View file

@ -341,6 +341,14 @@ const Users: User[] = [
source: 'https://github.com/ayonious/console-table-docu', source: 'https://github.com/ayonious/console-table-docu',
tags: ['opensource'], tags: ['opensource'],
}, },
{
title: 'Country State City API',
description: 'Get simplified countries, states & cities data without bloating up your database.',
preview: require('./showcase/countrystatecity.png'),
website: 'https://countrystatecity.in/',
source: 'https://github.com/dr5hn/csc-website',
tags: ['opensource', 'product'],
},
{ {
title: 'Create React App', title: 'Create React App',
description: 'Set up a modern web app by running one command', description: 'Set up a modern web app by running one command',