AmanNegi / FreshNest

A platform that connects local producers directly with consumers seeking fresh produce.
https://fresh-nest.netlify.app
GNU Affero General Public License v3.0
23 stars 39 forks source link

[BUG]: Add Email and Password Validation to Login/SignUp Page #125

Closed sumit639-code closed 8 months ago

sumit639-code commented 1 year ago

image

It dosent check the text to get the right email and password.

AmanNegi commented 1 year ago

@sumit639-code We could further extend it to the SignUp Page as well. Let me know if you're interested in working on this issue.

sumit639-code commented 1 year ago

Afcourse i want to work on this.

AmanNegi commented 1 year ago

Great! Let me know if you have any trouble setting up the project.

sumit639-code commented 1 year ago

I want to run the project in my system but its telling my your package file is not there

AmanNegi commented 1 year ago

Did you follow the setup guide: https://github.com/AmanNegi/FreshNest/blob/main/frontend/react/README.md

sumit639-code commented 1 year ago

Yes i added an .env file but didnt work image

AmanNegi commented 1 year ago

Did you run npm install? If it still doesn't work simply install vite as a global package.

npm install -g vite
sumit639-code commented 1 year ago

Thank you, It worked

AmanNegi commented 1 year ago

@sumit639-code any updates on this issue?

sumit639-code commented 1 year ago

Yes done but i dont knwo why this is showing image

AmanNegi commented 1 year ago

Can you ensure you are on the right branch, and sync the latest changes with the main branch.


Screenshot from 2023-10-12 08-49-41

sumit639-code commented 1 year ago

yes i pushed the update in the main branch

AmanNegi commented 1 year ago

Hey @sumit639-code, you are not supposed to push to main branch directly. Check out these tutorials on how to fork, create a branch, and then make changes, commit, and push changes.

sumit639-code commented 1 year ago

i have created a new branch and then i have created the change but then only the error is showing

AmanNegi commented 1 year ago

Which branch are you particularly working on?

sumit639-code commented 1 year ago

log-check

AmanNegi commented 1 year ago

You need to pull in the changes before pushing anything, as your branch is 200+ commits behind.