This is a Next.js project, for the EduSynch frontend challenge.
📄 Live demo
This project is hosted on Vercel, and can be accessed at https://edusynch-frontend-challenge.vercel.app/
⚙️ Technologies
- Next.js13: with the new app dir, everything is server-rendered by default
- TypeScript: for type safety
- Tailwind CSS: for quick styling
- Headless UI: for quick accessible UI components
- Formik: for easy form building
- Zod: for data parsing and validation
🚀 Running the project
To run the project, simply clone it:
git clone git@github.com:henriquecbuss/edusynch-frontend-challenge.git
And then install dependencies:
yarn
And finally, start the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.