Discover great events and buy tickets or Host your own events.
The idea is to simulate an events booking application, bringing data from a fake API and integrate the information available on screen, such as the concerts available to the customer. The difference of this project is the responsive mode built for all mobile devices and the pages built using Server Side Rendering (SSR).
To obtain this project, follow the steps:
- Clone this repository using
git clone
. - Run the
yarn
command at the root of the cloned project folder to download the dependencies. - Run
npx json-server server.json -p 3333
at the root of the project folder to initialize the Fake API.
(if you want, you can use the public api url managed by My JSON Server, which comes by default in the api.ts file) - Run
yarn dev
at the root of the project folder to start the application in development mode. - Open the application in your emulator. 🚀