Closed harmeetsingh11 closed 11 months ago
Assign me please as I'm a contributor in codepeak
@Quaxguy ,the issue has been assigned to you and you can start working on it :)
i have a doubt i cant start the backend server though i have installed dependencies and the frontends working fine after adding my api key as a string the terminal throws this error could you please help me out
i tried modifying tsconfig file but nothing works
@harmeetsingh11 can u clarify the doubt for me please
Try these solutions:
ts-node --esm index.ts
Or
ts-node-esm index.ts
well tried both of them not working for me
@Quaxguy I'm not encountering this error. Avoid placing the API key in strings; use it as is. Please try this. The issue pertains to the frontend; no need to run the backend for now. We'll address this later.
hey @harmeetsingh11 I must say what a project man ssly loved it Appreciate 🙌 And I really like to be the part of it can you please assign me this issue THANK YOU FOR CONSIDERING..... :)
@Quaxguy what's the progress? Are you working on this issue?
hey @harmeetsingh11 can you please assign it to me if no one is still working on it......
@Albert-2 once I find out that no one is working on this issue, I will assign it to you.
okok
@harmeetsingh11 I'm working on it I need half a day I'll send a pr tomorrow
@Albert-2 , @Quaxguy is currently working on this issue, you can look for other issues in issues section or can create a new issue.
@Quaxguy What's the update? It has been a considerable amount of time since the issue was assigned to you.
hey @harmeetsingh11 If you want then i would love to can contribute to this issue
@Albert-2 the issue has been assigned to you and you can start working on it.
okok thank you
hey @harmeetsingh11 I have made changes just one doubt i have is in this PR too i don't need to include those three files
for desktop:
for mobile:
@Albert-2 it looks good. Yes, you don't have to include package.json
and package-lock.json
files in commits, include only files in which changes have been made.
hey @harmeetsingh11 Kindly Review the PR Here it is https://github.com/harmeetsingh11/RefactorMate/pull/14 Thank You......
Problem
The
Original Code
box and theRefactor Code
box are currently not mobile responsive. When viewed on smaller screens, the layout does not adjust appropriately, leading to usability issues.Description
The current layout of the
Original Code
box and theRefactor Code
box does not adapt well to smaller screen sizes, making it difficult to view and interact with the content on mobile devices.Steps to Reproduce
Original Code
box or theRefactor Code
box.Expected Behavior
The layout of the
Original Code
box and theRefactor Code
box should adapt to smaller screen sizes, providing a user-friendly experience on mobile devices.Actual Behavior
The
Original Code
box and theRefactor Code
box do not adjust to smaller screens, causing usability issues on mobile devices.Screenshots
Environment
Record