Skip to content

Web app that lets you discover events happening around the world

Notifications You must be signed in to change notification settings

kmartin21/discovent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discovent logo

Discovent

Discover events happening around the world.

Basic Overview

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.

Discovent screenshot

Live Site

https://discovent.herokuapp.com

Built With

Tests


Run Locally

  • 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


Run Tests

  • Rename the .env.example file in the root directory to .env.
  • Run below command in the root directory:
$ npm test

License

MIT

Releases

No releases published

Packages

No packages published