A react app to consume API that can be found on GitHub and a linkt to app hosted on heroku Bright events .
This application allows users to perform the following actions:
- Create account
- Login
- Create new events
- Edit events
- Delete own events
- View event guests
- Rsvp to events
It can be accessed online via the link Bright events React App
git clone https://github.com/mirr254/bright-events-reactJs.git
cd bright-events-reactjs
- Install the dependancies by running
yarn
on your commandline - To start the application run
yarn start
After installation run yarn test
to run the tests