Tejas1510 / CollegeAada

CollegeAda is a full-stack MERN tool built which is a unified platform which connects seniors and juniors at a single place allowing the seniors to share books, question paper, notes, blogs and guidance which will help students and is the need of the hour
16 stars 19 forks source link

Add a user profile section #8

Open Tejas1510 opened 3 years ago

Tejas1510 commented 3 years ago

This will have a user section where we will have the user photo, name, and all details about the book he has blended or borrowed from someone

We can refer to Instagram to get inspiration about the profile page

RIT3shSapata commented 3 years ago

@Tejas1510 can I work on this issue?

Tejas1510 commented 3 years ago

Go ahead @RIT3shSapata

Tejas1510 commented 3 years ago

@RIT3shSapata what is the progress on the work

deepesh101 commented 3 years ago

Hi, @Tejas1510, Can I work on this issue if this is still unresolved?

Tejas1510 commented 3 years ago

Go ahead @deepesh101

opticSquid commented 3 years ago

Is this issue still open? if it's open I can work on it

Tejas1510 commented 3 years ago

Go ahead @soumalyatheking22012001

opticSquid commented 3 years ago

ok then assign this issue to me

opticSquid commented 3 years ago

image I go this issue when I tried

cd client
npm install

I had also put a .gitignore file inside the client folder to ignore node modules folder. Please help to resolve this issue

opticSquid commented 3 years ago

image I go this issue when I tried

cd client
npm install

I had also put a .gitignore file inside the client folder to ignore node modules folder. Please help to resolve this issue

I got this issue when I tried to commit all files after npm install completed successfully

opticSquid commented 3 years ago

image I go this issue when I tried

cd client
npm install

I had also put a .gitignore file inside the client folder to ignore node modules folder. Please help to resolve this issue

I got this issue when I tried to commit all files after npm install completed successfully

Issue I was facing has got resolved

opticSquid commented 3 years ago

image Is this what the start screen is going to look like? I have started the backend server too but this page comes up Both Signing Up and logging in results in an error

deepesh101 commented 3 years ago

image Is this what the start screen is going to look like? I have started the backend server too but this page comes up Both Signing Up and logging in results in an error

Yes, this was part of the Doubt Sharing platform. The blank space will have the questions/doubts asked. You can add questions only when you are logged in. Make sure you have started the MongoDB server as well.

deepesh101 commented 3 years ago

Can you please tell me the error you are encountering while accessing the login page?

opticSquid commented 3 years ago

image This is the error I'm facing

Tejas1510 commented 3 years ago

@deepesh101 please have a look at it

deepesh101 commented 3 years ago

Hi @soumalyatheking22012001 Sorry for being inactive for a few days.

I have found the mistake. Refer to the screenshot attached. Screenshot (265) The use of the semicolon in line 85 after history.goBack() is creating the problems. Remove it and let me know whether you got it fixed or not. I am puzzled about what could be the reason. If you know, please let me know too.

opticSquid commented 3 years ago

@deepesh101 Let me check and I will tell you