You are browsing as a guest. Sign up (or log in) to start making projects!

berragurlesin

@berragurlesin

Joined August 16th, 2026

  • 8Devlogs
  • 2Projects
  • 1Ships
  • 0Votes
Hello, I'm Berra! ˚⋆🚀🪐✨❀ 🐚🫧𓇼 ˖°
I'm a 10th grader at Baykar High School of Science, Türkiye. I am curious about everything from astrophysics to music. I love connecting different fields, creating, and learning something new every day. I'm so excited to be here!
Open comments for this post

58m 22s logged

devlog #03
Hi everyonee, here are the features I’ve added to the site over the past two days:

1. Notification System

I set up a notification system so users can stay updated on comments, replies, and solutions to their own issues (in short, anything related to them)

2. “My Projects” Module

I added a module where users can view the issues they’re working on.

3. Solution Mechanism

I’ve set up a system for providing solutions to problems, creating README files, viewing solutions, and managing the problem-solution workflow. As I mentioned earlier, solutions can be tracked from the my projects page.

4. Deletion and Content Management Permissions

Users now have control over the content they create on the platform (the person who created a comment, solution, or issue can delete it)

5. Solution Approval System

If the person who posted the issue also approves the submitted solution, the ticket is moved to a separate page—the “Resolved Issues” page. This page can be accessed from the categories section. (visually, I’m thinking of making the tickets on this page look like they’re cut off or truncated. What do you think?)

0
0
10
Open comments for this post

44m 34s logged

devlog #02
Yeah, I didn’t get much work done today, but at least for now I’ve set up a login and registration system that works, organized the categories, and added a search bar. This is what it looks like right now. (let’s see how it goes :D)

0
0
8
Open comments for this post

32m 1s logged

devlog #01
Last month, I attended a camp where we took classes on entrepreneurship and we were often asked to identify a problem and come up with a solution. We were all eager to find solutions, but our problem was that we couldn’t find any problems! We spent most of the time allotted to us trying to identify problems, it felt like we’d run out of problems to work on. We asked people about the problems they were facing, the things they wished existed. That’s when an idea came to me, why not create a platform that brings together people with problems and those who can find solutions for them? I’m now taking the first steps to bring this idea to life; thinking about what kind of theme it could be, how it might look good, and how to make it functional. (I thought the ticket theme would be aesthetically pleasing, any suggestions?) I’ve started working on a rough draft, but there will be sooo many changes to come! If you think you need a site like this, stay tuned.

0
0
13
Ship

This project is a personal website I created for myself. It’s a platform where I can bring together my research and other things related to myself.

It includes an “About Me” page I designed in a scrapbook style, an “Essays and Research” section where I’ll share my personal writings and research, a “Projects and Milestones” page showcasing my competitions, awards, and projects, and a “Social and Media” page with links to my other social media accounts. I also added hover effects that make the images enlarge and stand out when the mouse hovers over them, and I also created a mobile-specific design to make the site simpler and more user-friendly on smaller screens.

One of the most challenging parts for me was adjusting the positions of the images in the scrapbook collage. Since I wanted the collage to look a certain way, I manually adjusted the positions of each image one by one and experimented with different values until I achieved the look I wanted. Since changing the position or size of a single image sometimes affected the appearance of the entire collage, this process required a great deal of trial and error. In addition, I had to learn many things I didn’t know before during the process. Although this made the project more difficult, it allowed me to learn more about web development.

What I’m most proud of about this project is that it’s my first website and while people usually use ready-made applications to build websites, I’m very happy that I created this site from scratch by coding it myself in Visual Studio, and the site turned out exactly the way I wanted it to.

One thing to keep in mind while browsing the site is that the “Essays and Research” section isn’t complete yet. The reason for this is that, although I’ve actually written some pieces for this section, I want to polish them up before adding them. That’s why I’ve chosen not to upload my articles at this stage. I plan to add them to the site as I continue to refine my writing.

I spent a total of more than 5–6 hours on this project, but seeing something functional come out of it makes me feel like it was worth the effort! If you check out my site, I’d love to hear your feedback and make improvements based on it. ˚.⋆🔭⋆⭒🪐⭒˚.⋆

Try project → See source code →
Open comments for this post

1h 2m 1s logged

My website now looks good on mobile devices too! To fix this issue, I removed the images from the mobile version, but it’s fully functional now. So I’ve finished my project, gained experience building a website, and feel really motivated!! ༄˖°.🚀.ೃ࿔*:・

0
0
8
Open comments for this post

3h 26m 27s logged

After +4 hours, my website is almost done! After creating the basic layout of my website, I selected the photos I wanted to use in the collage on the homepage and chose the fonts and colors. I wrote my bio and spent hours tweaking the collage to look exactly the way I wanted, adjusting the position of each photo one by one. Inspired by a website I’d seen before, I wanted the images to move when the mouse hovered over them and to have a footer section at the bottom, so I asked the AI to teach me how to do that. It turned out to be really easy! To make the images move, CSS uses a property called :hover (basically, you’re telling it what should happen when the mouse hovers over it) I added “transform: scale(1.08)” to the image to make it enlarge slightly when hovered over. To ensure this happened smoothly, I also added “transition: transform 0.25s ease”. For the footer, there’s an HTML tag called “”. Just add it to the very bottom of the page and type whatever text you want inside it (I added a copyright notice to make it look cool). You can try it too! Right now, I have a homepage introducing me, a page where I talk about my projects and achievements, and a page with links to my social media accounts. Later, I’ll also add my own essays to the site. That’s how I built my first website, and it actually really excited me!

0
0
7

Followers

Loading…