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

Styling - adding favicon #452

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

malvinamaria
Copy link

No description provided.

@@ -14,6 +13,10 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Technigo React App</title>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />

Choose a reason for hiding this comment

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

Nice with the favicon!

import plus from '../img/plus.png';

function getOrdinalSuffix(day) {
if (day >= 11 && day <= 13) {

Choose a reason for hiding this comment

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

Whats happening here? Make a comment to this maybe?

@@ -0,0 +1,25 @@
{
"short_name": "ToDO",
"name": "ToDo",

Choose a reason for hiding this comment

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

Wow! Whats happening here?

Copy link

@PerErikAndreas PerErikAndreas left a comment

Choose a reason for hiding this comment

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

Hey Malvina!
Great work with this To-Do list! Everything works like it was intended to.
The page showed up properly and did not crash or act strange in any situation that I could see. The requirements was to make to-do-list with posts that was listed and that individually could be deleted and also a button that cleared the whole list and you made that. Nice with the icons too! The code is well-structured Nice and clear! You make descriptive notes on most places. It would be nice to have even more of them i think! Nice work Malwina!

I will drop some single comments in the code

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.

2 participants