chandel-aman / lost-and-found-pets

This project aims to create a user-friendly website that allows people to report lost or found pets in their area, and to search for matching reports in an effort to reunite pets with their owners.
https://lost-and-found-pets.vercel.app
11 stars 21 forks source link

Adding the SignUp and Login page #7

Open Kaushan-Dutta opened 1 year ago

Kaushan-Dutta commented 1 year ago

Issue Description

As you can see in the original website that when the user clicks on the signup page, they are directed to the home page and the same thing happen on the login page.

How it will solve

When the site is being loaded the first thing that the users can do is signing up or logging in the website, so that only the genuine user can make change .

rt-001 commented 1 year ago

can i work on this issue

niladrix719 commented 1 year ago

can i work on this?

chandel-aman commented 1 year ago

Issue Description

As you can see in the original website that when the user clicks on the signup page, they are directed to the home page and the same thing happen on the login page.

How it will solve

When the site is being loaded the first thing that the users can do is signing up or logging in the website, so that only the genuine user can make change .

Are you familar with formik and yup?

Kaushan-Dutta commented 1 year ago

Issue Description

As you can see in the original website that when the user clicks on the signup page, they are directed to the home page and the same thing happen on the login page.

How it will solve

When the site is being loaded the first thing that the users can do is signing up or logging in the website, so that only the genuine user can make change .

Are you familar with formik and yup?

No!

rt-001 commented 1 year ago

Issue Description

As you can see in the original website that when the user clicks on the signup page, they are directed to the home page and the same thing happen on the login page.

How it will solve

When the site is being loaded the first thing that the users can do is signing up or logging in the website, so that only the genuine user can make change .

Are you familar with formic and yup?

NO

lazyfuhrer commented 1 year ago

is it still open ?

chandel-aman commented 1 year ago

is it still open ?

yes it is

lazyfuhrer commented 1 year ago

is it still open ?

yes it is

assign me

chandel-aman commented 1 year ago

is it still open ?

yes it is

assign me

we would be using formik to take inputs and for validation you could create a custom schema or use Yup Are you familar with formik and yup?

lazyfuhrer commented 1 year ago

is it still open ?

yes it is

assign me

we would be using formik to take inputs and for validation you could create a custom schema or use Yup Are you familar with formik and yup?

yes. I've worked with formik and yup.