This is a Next.js project bootstrapped with create-next-app
.
To get started with this project, follow these steps:
-
Clone the repository to your local machine.
-
Install the required dependencies using npm, yarn, or pnpm:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
-Next.js: A popular React framework for building web applications
-Formik: A form library for React to simplify form management.
-Form validation with Yup: A schema-based validation library for forms.
-Bootstrap: A front-end framework for responsive web design.
-MDBootstrap: Material Design components for Bootstrap.
-Tailwind CSS: A utility-first CSS framework.
-Axios: A promise-based HTTP client for making API requests.
-SweetAlert2: A beautiful, responsive, and customizable replacement for JavaScript's pop-up boxes.
The backend for this project can be found in this repository.
Here are some screenshots of the project: