Skip to content

ghostgarrix/pokeviewer

Repository files navigation

PokeViewer

Dev Installation

If you don't have expo installed -> Check out the doc

Once you have expo installed follow these steps:

yarn
yarn start
npm i
npm start

Enjoy 🎸🎉

Description

PokeViewer is a Pokedex app that lists all the pokemons and allows to see their details according to the PokeApi. Feel free to search for the Pokemon you desire and share it's wikipedia link with your friends

You can also change the limit of pokemons fetched by changing the FETCH_LIMIT constant in src/Home.tsx

ScreenShot1 ScreenShot2

Library used in this project

Expo is a framework and a platform for universal React applications

provides haptic (touch) feedback

Routing and navigation for your React Native apps Read docs > Try the demo app

Consistent code style

Decent drop down picker

[TO DO]

Redux implementation (to store and manage data easily) Login system (powered by Firebase) Favorite page (a new page on the app where you can see your favorites pokemons) Region filter (filters Pokemons by region) Unit Tests

Releases

No releases published

Packages

No packages published