VTG-WebForm is a custom registration form ✍️ designed for people who wish to apply to a student group during the VTG event. It's built with Next.js 🚀 and crafted to make the process of collecting and managing applications fast, efficient, and—why not—visually engaging, with a strong focus on interactivity.
Getting started with this project is super easy 🛠️. You just need to have Node.js (version 22 or higher recommended) and our package manager: npm. Once you've cloned the repository:
git clone https://github.com/gruponovaeafit/VTG-WebForm.gitEnter the project folder and install the dependencies:
npm installIf the project requires additional configuration 🔐, make sure to create a .env file at the root of the project. You can ask the project lead (or the Director) for the required values.
To see the form in action, run the following command:
npm run devThen open http://localhost:3000 🌐 in your browser.
Any changes you make to the code—for example, in app/page.tsx—will be reflected instantly thanks to Next.js's hot reload feature ⚡.
Want to learn more or need help? 📚 Here are some useful resources: