diff --git a/website/src/data/showcase/countrystatecity.png b/website/src/data/showcase/countrystatecity.png new file mode 100644 index 0000000000..925d9a8dd6 Binary files /dev/null and b/website/src/data/showcase/countrystatecity.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 73a1951d9d..a83207daf2 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -341,6 +341,14 @@ const Users: User[] = [ source: 'https://github.com/ayonious/console-table-docu', 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', description: 'Set up a modern web app by running one command',