Skip to content
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

Todo list #1

Merged
merged 12 commits into from Feb 16, 2022
Merged

Todo list #1

merged 12 commits into from Feb 16, 2022

Conversation

Dagic-zewdu
Copy link
Owner

@Dagic-zewdu Dagic-zewdu commented Feb 16, 2022

In this milestone, I added

  • Configured webpack properly

Also have sass loader, a CSS loader, and HTML plugin

can run both production mode and development mode

docs folder is emitted when the npm run build command is run

All docs files are generated dynamically

  • Added todo list with an array of objects as intended

Copy link

@micheaol micheaol left a comment

Choose a reason for hiding this comment

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

Hi @Dagic-zewdu ,

While you made a great effort in this project, unfortunately, I cannot proceed to review your code.

Invalid Code Review Request

You have submitted a project, that has NO Linter setup. Please ensure that Linter is set up correctly for this repository.

Your Code Review Request will be marked as invalid in your Dashboard, so please submit a new one once you are ready 🙏

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.

Invalid Code Review Request does not count into the code reviews limit.

@github-pages github-pages bot temporarily deployed to github-pages February 16, 2022 00:51 Inactive
@github-pages github-pages bot temporarily deployed to github-pages February 16, 2022 00:52 Inactive
@github-pages github-pages bot temporarily deployed to github-pages February 16, 2022 00:54 Inactive
Copy link

@Cathella Cathella left a comment

Choose a reason for hiding this comment

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

🔥 Status: Approved 🟢

Hi @Dagic-zewdu 👋🏻,

You have done a great job structuring and going beyond the requirements of the ToDo project in this milestone 💪🏻!
Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

To Highlight 💪🏻

✅ No linter errors.
✅ You used correct Github Flow.
✅ Professional README.
✅ Used webpack to bundle JavaScript.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.


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 on lines 1 to 8
name: Linters

on: pull_request

env:
FORCE_COLOR: 1

jobs:

Choose a reason for hiding this comment

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

  • [OPTIONAL] This linters file is meant to be added to the root of the project. Please kindly move it there because it is meant to apply to all files in the project

Comment on lines 1 to 9
{
"extends": ["stylelint-config-standard"],
"plugins": ["stylelint-scss", "stylelint-csstree-validator"],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"csstree/validator": true
},
"ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css"]

Choose a reason for hiding this comment

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

  • [OPTIONAL] Please kindly move this linter file to the root of the project.

@Dagic-zewdu Dagic-zewdu merged commit 1f54d8a into main Feb 16, 2022
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.

None yet

3 participants