-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
[Frontend]: Setup React Skeleton Screens For Home & Questions Pages #31
Comments
Hello sir @Mayank0255 i would like to work on this. |
Sure, go ahead |
@divyanshu887 |
i am having mid sem exams till tomorrow so currently not much progess on this issue but i will try my best to send the pr by the end of this week. I am beginner in frontend development so any guidance from you will be helpful . Sorry for the delay |
@divyanshu887 For the beginner thing, I have attached a great learning source and it is what I want in my project too, so, take a look at it and of course I am here to guide as well |
@Mayank0255 i am unable to set up the project can you guide me. i dont understand what is the use of .env file |
So, you have to setup .env file as it will be consisting of your mysql database credentials which will stay in your local machine and won't be going public to everyone. If that isn't there then you won't be able to connect with the database. |
@Mayank0255 to solve the issue , i have make a skeleton folder in src in which i will have to make skeleton of all the components mentioned above and import them to their jsx files . |
For now make the skeletons directory in the components directory and then proceed as you mentioned |
@Mayank0255 after creating env file , i am unable to find way to setup it locally. can you tell what to do next ?
|
@divyanshu887 Are you following the guidelines mentioned properly? |
Have filled your .env file exactly like .env.example? and have added the required credentials too? |
yes i have installed mysql and created a new database and filled it as described in env.example |
What error are you getting while running? |
So, this is not an .env error as right now you are just install deps. I am assuming that you have node, npm and mysql installed in your pc properly and functioning properly too
|
it worked |
@Mayank0255 getting this when trying to run 'npm run server'. please tell what i am doing wrong here |
You are doing setting up your .env wrong, so, send me ss of that. P.S. - Is it your first time working on node and react? |
@Mayank0255 yes it is my first time working with react and node js. i have never used mysql so i am unable to set up the connection. i tried to solve the error but failed. i think first i should learn mysql and gain some experience in nodejs and react then i will be able to solve these issues .as i have not been able to solve the issue ,you can unassign me this issue for now, after learning the techstacks i will try to contribute in this project |
@divyanshu887 Sure man, will be waiting for your contribution |
Hello, |
@Rezanop yes @divyanshu887 is not working on this issue anymore, should I assign it to you? If yes then in how many days can I expect a PR? |
I'll need to get familiar with skeleton api. |
@Rezanop Yes that's fine with me, I just want contributors that will actually work on the project as some of them just take up issues and then forget about it. I am assigning it to you then 🎉 Let me know if you get stuck anywhere here on my discord Shadowsaver#9665. |
@Rezanop Any updates on this? |
is issue still there? |
@gyanendrasng yes, it is, would you be willing to work on this? |
Stale issue message |
is this issue still there? |
Can watch this YouTube playlist for reference - The Net Ninja
Set up the Skeletons for Home Screen and All Questions Screen
The text was updated successfully, but these errors were encountered: