Skip to content

Simple pokédex developed with ReactJS and others actual techs

License

Notifications You must be signed in to change notification settings

raphaeldefalcoayres/my-pockedex

Repository files navigation

my pokedex

Simple pokédex developed with ReactJS and others actual techs

GitHub license

Introduction  |   Overview  |   Getting Started  |   Installing  |   Built With  |   License

Demo

URL application demo, deployed in Netlify: https://xenodochial-carson-62f014.netlify.com/ URL API demo, deployed in Heroku: https://api-pokemons.herokuapp.com/

Introduction

I developed a simple application using an api that has several data about pokemons, such as: their colors, status, evolutions and etc.

Overview

This application was developed in ReactJS using a react-boilerplate, Styled Components for component styling, Eslint for code linting, prettier for automatic code standardization, EditorConfig for standardization across various editors and IDEs and others libraries.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

stable current version of node, npm, yarn and database mongodb

Installing

A step by step that tell you how to get a development env running

First

Clone the project

Second

Execute `yarn` or `npm install` for installing dependences

Third

Duplicate `.env.example` to create `.env` with your basic configs

Finishing

Execute `yarn start` or `npm run start` for executing

Built With

  • React - A JavaScript library for building user interfaces.
  • React Boilerplate - A basic boilerplate of ReactJS with good practices.
  • Styled Components - Visual primitives for the component age.
  • Eslint - Find and fix problems in your JavaScript code.
  • Prettier - Prettier is an opinionated code formatter.
  • EditorConfig - EditorConfig helps maintain consistent coding styles for multiple

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Simple pokédex developed with ReactJS and others actual techs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published