Hi fellow campers,
After working on it for a year, I’m finally able to share my first ever project. This one was the reason I got into web development. It took me a year because I gave up on it a lot in the middle of the way. Now it’s done, and I’m glad I didn’t completely give up on it. I am sharing it here to receive some feedback, of course. It’s currently on a temporary domain because I’m still working on some minor parts. So, if you have time, please explore the pages and see if you like the design, the theme, and even check if some functions work or not.
I would love to hear your thoughts.
You can visit the website here.
P.S. This is not an advertisement of any sort :)
8 Likes
Hi there,
Congratulations on your first project!
That’s a great step forward.
I’d like to share a few SEO-related suggestions that might help improve your project:
- Meta Description – It’s currently missing. Including a meta description helps search engines understand your page content better.
- H1 Tags – It’s recommended to use only one H1 tag per page. Right now, you have multiple H1s, which can confuse search engines.
- Image Alt Titles – Some of your images are missing
alt
attributes. These are important for accessibility and SEO.
- Heading Structure – Consider adding at least one
h3
tag to create a better hierarchy and readability.
- SEO Title Length – Make sure your SEO title has an appropriate length (45–55 characters is ideal for most pages).
Of course, if SEO isn’t your current focus, feel free to ignore these suggestions. I just wanted to offer some helpful feedback.
Keep up the great work!
Really nice looking project! I know you’re still working on it but a few small immediate notes:
I would like all the category texts to be links to all articles in that category:
Articles section gets a little small on mobile:
Discover section isn’t centered when screen is wide.
I would also make the picture associated with the article clickable through to the article (instead of just the title).
Great work overall though, looks very polished and interesting.
Hi,
Thanks for the suggestions! Those are definitely gonna help. I will try to apply the changes to all pages. As I mentioned, this website’s work started a year ago, and at some points, I completely left it undone. Now I’m editing some parts of the code, and I’m even wondering why I’ve written some things in a certain way. Maybe it was that I didn’t know that much back then (I still don’t know that much).
Thanks again for the tips, they will surely improve the website.
1 Like
Hi @pkdvalis,
Those are really helpful suggestions. Thanks a lot! I’ll work on it right now, and hopefully the changes will be visible. I could never check the articles’ sizes on those smaller screens. Even though I used the inspect element to apply the styles on all kinds of screen sizes, I thought making it smaller would be good. But I noticed a lot of people like it to be larger. Thanks for pointing that out, too.
1 Like
I’m a beginner myself so I can’t give you very useful feedback but I don’t know if you noticed this page? The text is hiding behind an element or section. And I think there are some parts missing but maybe you are still working on it.
I also noticed horizontal scrolling on my desktop.
1 Like
Umm yeah, it seems like I’ve missed that somehow.
Thanks for the feedback. I think I might be spending another year with these minor errors
. Just kidding, errors, bugs and all of these are fun and I’m gonna work on it.
Thanks again for pointing it out. It’s really useful.
Good luck! It will be a victory if you finish the project!
1 Like
Also, I noticed a couple of things in your sign-up form:
- Name Field: While it correctly allows alphabets (which is expected), it also accepts numbers and special characters like
@
, #
, etc. 
That feels a bit off, since it’s a name field, it’s better to restrict input to letters and, if needed, allow only common characters like _
or -
.
- Password Field: It would be great to add a show/hide password toggle. This improves user experience and helps users avoid typing mistakes.
Just a few suggestions to polish things up further.
1 Like
Yes, those are some important things. Thanks for the suggestions. I’m constantly looking for things to improve, so I’ll be on it.
Thanks for trying out the signup form as well 
1 Like