Skip to content

Styling - adding favicon - #452

Open
malvinamaria wants to merge 5 commits into
Technigo:masterfrom
malvinamaria:styling
Open

Styling - adding favicon#452
malvinamaria wants to merge 5 commits into
Technigo:masterfrom
malvinamaria:styling

Conversation

@malvinamaria

Copy link
Copy Markdown

No description provided.

Comment thread code/public/index.html
-->
<title>Technigo React App</title>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />

Copy link
Copy Markdown

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) {

Copy link
Copy Markdown

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?

Comment thread code/public/manifest.json
@@ -0,0 +1,25 @@
{
"short_name": "ToDO",
"name": "ToDo",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wow! Whats happening here?

@PerErikAndreas PerErikAndreas 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.

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