-
Notifications
You must be signed in to change notification settings - Fork 0
Create Basic Components #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- add login/register button - add submissions button
const [password, setPassword] = useState(''); | ||
const [passwordConfirm, setPasswordConfirm] = useState(''); | ||
const [email, setEmail] = useState(''); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
당장은 내부 CTF가 목표이지만, HCTF의 경우 타학과 학생들도 참여가 가능한데 학과를 추가하는 건 어떤가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
account에 user나 profile같은 타입에 추가해서 서버에서 불러오면 될거같습니다
Admin 페이지 같은 경우는, 프론트보다는 서버 사이드에서 만드는 게 나아보이는데 어떠신가요? |
Initial design for the web has been made.
Pages:
Components:
Comment any design suggestions and ping me in the discord.