eduardorengifo / paises

A React app to search countries with a GraphQL API.

Home Page:https://paises.eduardorengifo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Países

CircleCI License: MIT

A React app to search countries with a GraphQL API.

Demo

Motivation

A front-end challenge was the motivation for develop this project.

Installation

1. Install dependencies with yarn

yarn install

2. Run the project

Run with yarn and open http://localhost:3000 in your browser.

yarn start

Other Available Scripts

Develop, test and document components with Storybook.

yarn storybook

Visual testing with Cypress.

yarn cy:open

Format your code with Prettier.

yarn format

Find problems with ESLint.

yarn lint

Builds the app for production to the build folder.

yarn build

Analyzing the Bundle Size.

Note: You need to run yarn build before.

yarn analyze

References

License

Países is open-sourced software licensed under the MIT license.

About

A React app to search countries with a GraphQL API.

https://paises.eduardorengifo.vercel.app

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 2.3%Language:HTML 2.2%