#csharpsaga project
Explore tagged Tumblr posts
izicodes ยท 2 years ago
Text
Creating A C# Homework Resource Site
Thursday 18th May 2023
I am back again with another project again, but this time I built a small C# homework site! I was thinking of when I had to teach myself C# because the teacher I had was very bad at explaining concepts and had very little homework. Whilst I was working on my C# Console Application project, I reminded myself how I could turn some of these into C# homework!
Tumblr media
What would the site include?
These are the main parts of the website:
The home page
The list of assignments page - put into 'levels'
The actual page of each assignment
About the site
The Contact page for any thoughts, or ideas or want to contribute somehow e.g. add a C# homework idea
I named the site 'CSharpSaga' or 'C#Saga' but I might change that in the future, I am not sure yet...
What did I work on today?
So, I actually started it 2 days after work as a fun quick web design exercise from turning my thoughts into a webpage. I then developed it more today!
Some before and after screenshots!
Tumblr media Tumblr media
These screenshots are me turning my quick idea into something that looks like it's part of a "real" website. I was working on how to design the cards for picking the featured assignments!
Tumblr media Tumblr media
Here I worked on if the user clicks on the actual assignment page! I chose the very first homework I came up with which is a simple console using variables, basic syntax and data types! I worked out how to use special syntax highlighting using Prism, super happy I got the hang of it and did not manually style the code examples!
Tumblr media
That's all! I still have to work on the other pages I have on my navbar but I'll get to them later! I still have to work on the media queries of the pages (I hate working on responsiveness in web dev...) but I would probably leave that for late (bad practice)!
Thanks for reading and happy coding! ๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“๐Ÿ‘๐Ÿพ
Tumblr media
69 notes ยท View notes
izicodes ยท 2 years ago
Text
Creating A C# Homework Resource Site Prt 2
Tumblr media
Friday 19th May 2023
Back again on this project and like I said in the last post, I am now working on the responsiveness of the pages I made already, which is the Home and one of the assignments pages!
Tumblr media
What did I complete so far?
So far I have completed the first assignment page! I did all the styling and worked on the responsiveness! Look okay on the desktop and on the phone so yay!
Tumblr media
What will I work on next?
I still have the rest of the home page's responsive to do. Maybe then work on the foot links properly and then off to work on the About page!
Tumblr media
Thanks for reading and happy coding! ๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“๐Ÿ‘๐Ÿพ
40 notes ยท View notes
izicodes ยท 2 years ago
Text
Creating A C# Homework Resource Site Prt 3
Tumblr media
Wednesday 24th May 2023
Finally added the Assignments page! Not what I was expecting, but then again I didn't really have a design in mind! I will stick with this for now and see how it goes! I added some of the links to the Level 1 assignments but only the first one is completely done...!
Tumblr media
Try The Site Out!
I uploaded what I have so far with the page up to GitHub, so you can visit it now! Bare in mind:
Not done!
Some pages don't work
Not 100% responsive on phone but should work for desktops
With that said, here is the site so far - LINK
Tumblr media
9 notes ยท View notes