Skip to content

IngridAmaral/getyourguide-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Your Guide Clone

This project is a clone from Get Yout Guide, build using React, Redux and Jest. The data used was fetched from GetYourGuide and mocked in a local server. Not all the features were implemented here.

Getting Started

This instructions will get you a copy of the project up and running on your local machine.

  1. Clone the repository
git clone https://github.com/IngridAmaral/getyourguide-clone.git
  1. Install dependencies
npm install
  1. Run the project on your local machine and the server
node server/server.js
npm start

Tech Stack

  • React
  • Redux
  • Axios
  • Jest
  • Enzyme
  • SASS

Author