Skip to content

eduardaterra/pokestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokestore-logo

pokestore-logo

This project is a Pokémon Store! Inspired in e-commerce aplications, Pokéstore simulates a real shopping experience. Search for your favourite pokémon and add them to cart. When satisfied, go to checkout and complete your purchase.
Gotta catch’em all! :)

🔖 Layout


The project layout was made on Figma. You can access it throught this link.
Remembering that you need to have a Figma account to access it.


⚡ Pokestore Api


For this project, I created an API with Express.js and MongoDB. Got data from PokeApi and created my own api with a customized price property and new Query Params. You can access and fetch it throught this link. To access the repository in github, click here.


🧩 Tecnologies


  • Typescript
  • ReactJS
  • React Router Dom
  • Axios
  • Styled Components

  • 🌱 Getting started


    You can access the deployed project by clicking here.

    Also, you can clone the repository and access the files. You will need to have installed Node.js.

    $ git clone https://github.com/eduardaterra/pokestore.git

    To initiate the project, you have to access the file, install the dependencies and start with NPM.

    $ cd pokestore
    
    $ npm install
    
    $ npm start

    The app will be available in your browser by the address http://localhost:3000