A web app built with React and Redux, that lets you discover events happening in different countries, shows detailed event info and where to purchase tickets. Event data powered by the TicketMaster API.
https://discovent.herokuapp.com
- React
- Redux
- React Router
- CSS
- Run below commands first:
$ git clone https://github.com/kmartin21/discovent.git
$ cd discovent
$ npm install
-
Rename the
.env.example
file in the root directory to.env
. -
Run the app:
$ npm run dev
- Visit http://localhost:3000 to view the web app.
- Rename the
.env.example
file in the root directory to.env
. - Run below command in the root directory:
$ npm test