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
- React
- Redux
- React-Router
- Styled Components
- Node
- Express
- Sequelize - PostgreSQL
git clone https://github.com/MontiMarco92/PI-Doggopedia.git
npm install >> PI-Doggopedia/api/
npm start
npm install >> PI-Doggopedia/client/
npm start