https://github.com/zolppy/wizard-register
Welcome, aspiring mage of Eldoria! Fill out this form to join the Royal Archive of Mages and gain access to secret grimoires, sorcerous tournaments, and epic quests. Your answers will shape your destiny in the realm!
https://github.com/zolppy/wizard-register
form form-validation formulary jest mage nextjs react-testing-library reactjs rtl testing useform wizard
Last synced: 3 months ago
JSON representation
Welcome, aspiring mage of Eldoria! Fill out this form to join the Royal Archive of Mages and gain access to secret grimoires, sorcerous tournaments, and epic quests. Your answers will shape your destiny in the realm!
- Host: GitHub
- URL: https://github.com/zolppy/wizard-register
- Owner: zolppy
- License: mit
- Created: 2024-05-12T17:57:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-27T22:43:02.000Z (6 months ago)
- Last Synced: 2025-12-30T00:40:04.310Z (6 months ago)
- Topics: form, form-validation, formulary, jest, mage, nextjs, react-testing-library, reactjs, rtl, testing, useform, wizard
- Language: TypeScript
- Homepage: https://wizard-register.vercel.app/
- Size: 772 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wizard Register


![React Hook Form]()
![Tailwind CSS]()

![Tailwind Merge]()

![React Testing Library]()


Register as a mage in the kingdom of Eldoria! Join the Royal Archives to unlock exclusive mystical powers, quests, and resources.
## Features
- Responsive design;
- Consistent design;
- Form;
- Routing.
## Technologies
- Next.js;
- Tailwind CSS;
- React.js;
- TypeScript;
- Docker;
- Jest;
- React Testing Library.
## Demo
You can access the page [here](https://wizard-register.vercel.app).
## How to run
### By docker
Run the following command on a console:
```bash
docker compose up -d
```
After some time, open `http://localhost:3005` on a browser tab.
### By npm/yarn
Run the following commands on a console:
```bash
git clone git@github.com:zolppy/wizard-register.git
cd interior-design
npm install # or "yarn"
npm run dev # or "yarn dev"
```
After that, open `http://localhost:3005` on a browser tab.
## Screenshots


## Credits
The page **design** was **inspired** by [Google Forms](https://docs.google.com/forms/u/0).