Skip to content

Update list branch#2

Open
ANTOINE1128 wants to merge 7 commits into
mainfrom
update-list-branch
Open

Update list branch#2
ANTOINE1128 wants to merge 7 commits into
mainfrom
update-list-branch

Conversation

@ANTOINE1128

@ANTOINE1128 ANTOINE1128 commented May 11, 2023

Copy link
Copy Markdown
Owner

in this project, I have done the following 👍 :

  • implementing javascript CSS and HTML files
  • setting up web pack
  • add linters

@Strangeal Strangeal left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ANTOINE1128,

Great work on making the changes requested by a previous reviewer 👏
You've done well implementing some of the requested changes, but there are still some which aren't addressed yet.

Alt Text

Required Changes ♻️

Check the comments under the review.

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were simply missed by the previous reviewer and addressing them will really improve your application.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

Comment thread src/style.css
Comment on lines +7 to +9
body {
background-color: rgba(183, 164, 164, 0.986);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • kindly consider taking a second look at your CSS loader as unsure what exactly the problem might be but your style.css isn't loading and due to that your page looks like you didn't add any styles at all. Fixing the styles issue will make your design more attractive to your user and create a good user experience. See below for more details:
Screenshot 2023-05-11 at 13 22 52

Comment thread package.json
"main": "index.js",
"scripts": {
"build": "webpack",
"start:dev": "webpack-dev-server",

@Strangeal Strangeal May 11, 2023

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Kindly consider setting your start properly so anyone who clones your repository will be able to start up the project and see the great work you've done. The command should be "start": "webpack-dev-server" not "start:dev": "webpack-dev-server"

@iambenkis iambenkis left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ANTOINE1128 ,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

Highlights

  • Descriptive pull request message with screenshots ✔️
  • Well organized project ✔️
    approval

Status: Approved ✔️✔️✔️

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100%.
Please, remember to tag me @iambenkis in your question so I can receive the notification.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants