Skip to content
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

Add a login form in admin route #19

Open
Aniket762 opened this issue Oct 2, 2021 · 2 comments
Open

Add a login form in admin route #19

Aniket762 opened this issue Oct 2, 2021 · 2 comments

Comments

@Aniket762
Copy link
Contributor

Add a form to take input from admin in the Client. Make sure to keep the form in the admin route.

Input fields
  • Username: String
  • Password: String

Make sure to add validation in the fields. You can use formik for handling forms and material UI for styling, preferably use styled-components or emotion. You may use js or ts according to your convenience in the frontend.

The UI for the form is expected to be: https://www.masterji.tech/form

As this is a frontend issue make sure to add screenshots!

@a-sambhab
Copy link
Contributor

hey, @Aniket762
can i work on this??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@Aniket762 @a-sambhab and others