Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.23 KB

README.md

File metadata and controls

56 lines (45 loc) · 1.23 KB

Individual Project - Doggopedia

Description

The idea was to create a SPA (single page application) where information about different dog breeds is displayed using an external api the dog api and be able to:

  • Search for dogs
  • Filter and Sort
  • Add new dogs

Technologies used:

  • React
  • Redux
  • React-Router
  • Styled Components
  • Node
  • Express
  • Sequelize - PostgreSQL

Installation

git clone https://github.com/MontiMarco92/PI-Doggopedia.git
npm install >> PI-Doggopedia/api/
npm start
npm install >> PI-Doggopedia/client/
npm start

Previews