Hello. This is the events registration application.

You don`t need to do something for running this application, because it has deployed to the vercel service.

Here is the link to the live page:

Here are: https://events-registration-app-sepia.vercel.app/

  1. getting events data and displaying them on the separate page;
  2. getting members data by event and displaying them on the separate page;
  3. registration member of event on the separate page;
  4. form validation;
  5. dynamic routes;
  6. automatic loading of events when user reaches the end of the page.

Used technologies:TypeScript, Next.js, TailwindCSS, Formik and Yup.