Skip to content

DavidCast27/colombia-info

Repository files navigation

info COLOMBIA

readme.webp

GitHub User's stars GitHub forks GitHub issues GitHub PRs GitHub License GitHub contributors

Next.js Badge Tailwind CSS Badge TypeScript Badge Shadcn UI UI CSS Badge

Introduction

Welcome to info COLOMBIA, an open source project leveraging API Colombia to display information about the wonderful country that is Colombia, Here we show you its geography, history, tourist attractions, presidents and more.

About API Colombia

API Colombia offers detailed information about locations, maps, regions, departments, cities, etc. This allows our project to display all this information in a friendly way so that everyone in the world can get to know this country.

We sincerely appreciate Miguel Teheran for making this valuable API available, facilitating access to essential information about Colombia.

Stack

  • NEXT.js - The React Framework for the Web.
  • Typescript - JavaScript with syntax for types.
  • Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.
  • shadcn/ui Build your component library.

Getting Started

Prerequisites:

  1. Fork or Clone this repository and clone it locally
git clone git@github.com:<your_username>/colombia-info.git
  1. Install dependencies:
npm install
  1. run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can edit any file by modifying src/app/**.tsx. The page updates automatically as you edit the file.

This project uses next/font to automatically optimize and load Onest, a custom Google Font.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site
npm run lint Run Linter project
npm run lint:fix Run Linter project and fixed issues

Contributors GitHub contributors

Acknowledgments

We would like to extend our gratitude to Miguel Teheran for their contribution to the community by providing this API.

License