Build your Own Cheatsheet Challenge Project (HTML, CSS)

Hello!

This was a very fun project .
It is not much but its mine.
Please tell me if there is something i should add or if i can make any improvements on the code :smiley:

Links:
Github Repo
Live Site

3 Likes

This was a fun little project and I am sure this could be way better.

Github Repo
Live Site

Please check it out if you like I would love to have some feedback or things I could fix/adjust or improve the site or just my approach/design.

thanks

Brian

1 Like

I enjoyed this project. I will be adding on as i continue to learn.

Github Repo
Live Site

Very nice and clean…it’s also easy on my eyes :joy:

I don’t have any suggestions

Great job!

2 Likes

Hi everyone! I’ve really enjoyed watching the different versions you posted :grinning:

Here is mine:

.- CSS Fonts & Colors - GitHub repo;
.- CSS Fonts & Colors - Live version;

See ya!

4 Likes

Nice! I like the color scheme and the shadows

Great job!

1 Like

This is my HTML/CSS Cheat Sheet project, please rate.
Cheat Sheet

1 Like

Hi this is my first post here. I completed the Cheatsheet project.
Github: GitHub - Nevanxx/CodecademyCheatsheet: Codecademy CheatSheet Project

1 Like

Hi everyone, please check out my attempt at a website here:

feedback welcomed :upside_down_face:

Hello This is my project.

Hey there! Just finished my project!

Github: GitHub - cperez2787/cheatsheet: Cheatsheet

Hi!! Here is my repository of my first project from Career Path: Full-Stack Engineer project. :smiley:

Hey everyone, here is my cheatsheet code.
If you happen to go through my code, feel free to let me know if I made any mistakes!

Here is the GIST for my Cheat Sheet: Typography Properties

Hello everyone,

Feel free to take a look at my attempt at the Challenge Project: Build Your Own Cheat Sheet!

Feedback and suggestions are welcomed!

Thanks,

-Ernest H.

feedback appreciated

Hi this is my first attempt … not sure if I have done it correctly any feedback would be greatly appreciated as I’m just starting out and have no experience :slight_smile:

Hopefully I have shared the link correctly.

(html and css to create a table cheat sheet · GitHub)

Below are links to the first version of my project, as it currently stands. I intend to tweak the layout slightly to make it a bit more aesthetically pleasing to me. I am not a designer by any means, and I’m slightly colorblind, so please feel free to offer any constructive criticism necessary to improve. I’m a totally open book!

Code repo: GitHub - hosiern/hosiern.html-cheatsheet.io

Rendered webpage: HTML Reference Sheet

2 Likes

Hi! I think your code looks nice, from my very limited perspective. I can see what the page is supposed to do and can’t see any apparent issues except the fact there is no Boilerplate (!DOCTYPE html), etc. declaration, and your code isn’t contained within an <html> element, nor is there a <body> element to contain the viewable content.

Have you been able to render the page in a browser to see what it looks like? If you can add those missing elements, you may even link the rendered site to Github pages so we can see the finished product.

Great job though, your code is definitely looking good! Hope someone with more experience than me can find a moment to weigh in. Happy Coding!