Skip to content

msdevpt/event-platform

Repository files navigation

Event Platform

Tech used:

Screenshots

Subscribe

Lessons

Overview

This project was developed in the Rocketseat Ignite Lab 2 week using the most modern technologies in application development. With the aim of providing a platform on which it presents videos that will be made available on a certain date for viewing.

Running Locally

This application requires Node.js v18+.

$ git clone https://github.com/msdevpt/event-platform.git
$ cd event-platform
$ npm i
$ npm run dev

Create a .env.local file similar to .env.local.example.

To Do:

  • Don't allow user access lessons without register
  • Responsive design
  • Validate email field
  • Subscribe with Github
  • Select 1st lesson after register

Credits