GithubHelp home page GithubHelp logo

poc-app's Introduction

Warning: for some reason this project has unstable behavior with vercel [Done].

project-logo

► Poke App

Developed with the software and tools below.

JavaScript Prettier Jest React ESLint TypeScript


Table of Contents

Overview

This projects is a POC app that aims to demonstrate a flow consuming the PokeAPI.


Features

  • Show a list of pokemons
  • Show pokemon details
  • Search pokemons
  • Set pokemons as favorites
  • Login

Repository Structure

└── /
    ├── README.md
    ├── bun.lockb
    ├── components.json
    ├── jest.config.ts
    ├── jest.setup.ts
    ├── next.config.mjs
    ├── package.json
    ├── postcss.config.js
    ├── public
    │   ├── next.svg
    │   ├── placeholder-logo.svg
    │   └── vercel.svg
    ├── src
    │   ├── animations
    │   ├── app
    │   ├── components
    │   ├── hooks
    │   ├── lib
    │   ├── middleware.ts
    │   ├── providers
    │   ├── services
    │   └── store
    ├── tailwind.config.ts
    └── tsconfig.json

Getting Started

System Requirements:

  • TypeScript: version 5.4.2
  • Node: version 20+
  • Bun: version 1.0.20+

Pre-requisites

Local development Ensure .env.local file in the project root directory with the following content:

NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_POKE_IMAGE_URL=
NEXTAUTH_SECRET=

⚠️ reference values can be reviewed in the .env.example file

Installation

$ bun install

From source

  1. Install the dependencies:
$ bun install
  1. Run the application:
$ bun dev

Tests

Run the test suite using the command below:

$ bun run test

poc-app's People

Contributors

soy4rias avatar

Watchers

 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.