Giter Site home page Giter Site logo

codacy-badger / pika-pokedex-nextjs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pikamuchu/pika-pokedex-nextjs

0.0 0.0 0.0 1.81 MB

Pokedex PWA production ready example using next.js

Home Page: https://pikadex.vercel.app

License: MIT License

JavaScript 78.81% Dockerfile 0.27% Shell 1.40% SCSS 19.52%

pika-pokedex-nextjs's Introduction

Pikadex

Build Status Codacy Badge codecov

Introduction

Pikadex is a pokemon Pokedex PWA example using JAM stack technologies and serverless infraestructure.

You can browse the running example in Pikadex on Vercel

You can preview source code using codesandbox

Pokedex features

  • Explore pokemons.
  • Search pokemons by name.
  • See pokemons info in the details page.
  • Catch your favorite pokemons with the capture game.

Technical features

  • Progressive Web Application.
  • SSR hybrid rendering.
  • Serverless.
  • Multilanguage.
  • Google Analytics integration.
  • PokeApi integration.

Developing

Built with

Folder structure

  • root: Contains the README.md, the main configuration to execute the project such as package.json or any other configuration files.
  • pages: Contains the source code for application main pages and API endpoints definitions (Next.js constraint).
  • public: Contains the application static resources.
  • src: Contains the application source code.
  • tests: Contains the application tests.

Installing / Getting started

Clone the source code repository

  git clone [email protected]:pikamachu/pika-pokedex-nextjs.git

Install node modules dependencies

  yarn install

Start application in development mode

$ yarn dev

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

The pages auto-updates as you edit the source files.

Run tests

Run tests with

$ yarn test

Pika commands

You can also use these pika bash command

Usage: pika [command]

where [command] is one of:
   install -> install application dependencies.
   build -> compile application.
   start -> run application in development mode.
   test -> execute application tests.
   format -> auto format project code using prettier.
   docker build -> create application docker image.
   docker start -> run application docker image.

pika-pokedex-nextjs's People

Contributors

pikamuchu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.