Activity

apurnaray25

Shipped this project!

The Focus Mode Dashboard has been successfully built and is now ready for use. This project is a fully functional productivity web app that helps users stay focused using a Pomodoro timer, manage daily tasks, block distractions, and track their progress in real time. With features like dark mode, sound notifications, and local storage support, the app provides a smooth and persistent user experience. It is now production-ready as a learning-based project and can be further enhanced with advanced features in future updates.

apurnaray25

I worked on building a Focus Mode Dashboard to improve productivity and time management. The project includes a Pomodoro timer, task manager, distraction blocker list, progress tracking, dark mode, and local storage support. During development, I faced challenges in handling timer logic, updating UI in real-time, and managing data persistence, which I solved step by step. This project helped me understand core JavaScript concepts like DOM manipulation, event handling, and state management in real-world applications, and significantly improved my problem-solving skills.

Attachment
0
apurnaray25

Shipped this project!

Hours: 4.83
Cookies: 🍪 5
Multiplier: 1.79 cookies/hr

🐍 I built this fun snake game where players can grow, score points, and compete for high scores. The controls are smooth, and I tried to make it simple but addictive. Really proud to finish this and hope everyone enjoys playing it!

apurnaray25

Shipped this project!

Hours: 0.76
Cookies: 🍪 4
Multiplier: 10.37 cookies/hr

Hi! 🚀 I’m excited to share my Image Slider project. It’s a smooth, responsive slider that allows users to browse multiple images seamlessly. Designed with clean transitions and intuitive controls, it’s perfect for showcasing galleries or portfolios. Hope you enjoy exploring it!

apurnaray25

Shipped this project!

Hours: 2.99
Cookies: 🍪 6
Multiplier: 3.82 cookies/hr

This project was a great learning experience for me. I built a Focus Mode Dashboard with features like a Pomodoro timer, task manager, distraction blocker, and progress tracking. While working on it, I faced issues with timer logic, sound handling, and UI updates, but I fixed them step by step.

I also improved the structure of my code, added local storage for saving data, and made the app more interactive. This project helped me understand how real-world apps are built and improved my JavaScript skills a lot.

Overall, I’m proud of what I created and excited to improve it further

apurnaray25

I worked on building a Focus Mode Dashboard to improve productivity and time management. I implemented features like a Pomodoro timer, task tracking, distraction blocker, and progress stats. During development, I focused on fixing bugs, improving logic, and enhancing the user interface. This project helped me strengthen my JavaScript skills and understand how real-world apps are built.

Attachment
0
apurnaray25

Shipped this project!

Hours: 5.41
Cookies: 🍪 12
Multiplier: 2.3 cookies/hr

I built a thing that animates the Solar System! The hardest part was making the planets and Moon orbit smoothly and look realistic, but I figured it out by using CSS animations and careful orbit sizing, really happy with how it turned out.

Check it out here: https://github.com/apurna06ray/solar-system1

apurnaray25
  1. This project is an animated model of the Solar System.
  2. It shows the Sun at the center with all planets orbiting around it.
  3. Earth’s Moon also orbits around the Earth.
  4. The animation helps visualize planetary motion and distances.
  5. It’s a fun way to learn about space and how our solar system works.

Purpose of This Project:

The purpose of this Solar System project is to help people understand how our solar system works in a simple and visual way.

  1. Sun is the center: All planets orbit around the Sun.
    Planets have different speeds: Mercury moves fastest, Neptune moves slowest.
  2. Earth has a Moon: The Moon orbits around the Earth while Earth orbits the Sun.
  3. Learning through visualization: Instead of reading textbooks, you can see the planets moving and get an idea of their positions and motions.
  • This project makes learning astronomy fun and interactive for students, beginners, or anyone curious about space.
0
apurnaray25

Shipped this project!

Hours: 3.68
Cookies: 🍪 7
Multiplier: 1.84 cookies/hr

I built a Smart Attendance Tracker! The hardest part was managing 24-hour attendance locks per user, but I figured it out by using timestamps and localStorage. Really happy with how it turned out!

apurnaray25

The Smart Attendance Tracker is a web-based application built using JavaScript and DOM manipulation. It allows multiple users to log in and mark their attendance with a real-world 24-hour restriction system. The project stores data using localStorage, ensuring that attendance records persist even after refreshing the page. It also includes features like dark mode, logout functionality, and user-specific data handling, making it a practical and interactive mini application.

Attachment
Attachment
Attachment
0
apurnaray25

I built the Tab Organizer Chrome Extension to solve a simple but annoying problem — having too many tabs open and losing track of them.

At first, I started with a basic version that could only list open tabs. Then I improved it step by step by adding grouping based on domains, which made it much easier to see how many tabs were open for each website.

After that, I added more useful features like:

Closing all tabs of a specific site with one click
Pinning and unpinning tabs quickly
Highlighting favorite websites

One of the biggest challenges was handling different types of tab URLs and making sure the extension didn’t break. I also worked on improving the UI so it looks clean and easy to use.

Finally, I tested the extension with real users — 2 people have practically used my project, and I have also attached their pictures as proof of real usage. This helped me confirm that the extension works properly in real-world scenarios.

In the future, I plan to:

Add a search feature for tabs
Allow custom favorite sites
Improve performance and UI even more

Attachment
Attachment
0
apurnaray25

Shipped this project!

Hours: 4.07
Cookies: 🍪 8
Multiplier: 2.08 cookies/hr

Built a fun Math 4 Kids game with all four operations, random questions, and interactive feedback. Learned a lot about DOM manipulation and logic building!

apurnaray25

After adding CSS and JavaScript, the project becomes a fully interactive calculator game. Players see a bold equation in a large white box with colorful answer options beside it. Clicking an option instantly shows correct (green) or wrong (red) feedback with animations, making it engaging and fun. The layout is fully responsive on desktops, tablets, and mobiles, while the DevLog section below displays project details clearly. With hover effects, animations, and dynamic interactions, the game is lively, playful, and ready to use.

0
apurnaray25

After adding the CSS, the project transforms into a vibrant, The top navbar is bright red with a bold “Calculator” heading and menu links. The main area displays the equation in a large white box and colorful answer options stacked beside it. Hover effects, correct/wrong feedback, and animations make it playful and engaging. The layout is fully responsive—columns collapse on tablets and mobiles, fonts resize. Overall, it’s colorful, fun, and mobile-friendly.

Attachment
0
apurnaray25

I Started building the Math 4 Kids project.
Created basic layout using HTML and CSS.
Without CSS and JavaScript my project was looking this type…..

Attachment
0
apurnaray25

Shipped this project!

Hours: 7.52
Cookies: 🍪 11
Multiplier: 1.51 cookies/hr

I built a responsive calculator web app using HTML, CSS, and JavaScript.
This project helped me understand DOM manipulation, responsive design, and how to handle user input dynamically. I focused on creating a clean and modern UI while making sure the calculator works smoothly across different screen sizes.
During development, I improved the design step by step and made the interface more user-friendly and visually appealing.
In the future, I plan to add features like keyboard support, calculation history, and more advanced functionality.

apurnaray25

This project started with a simple calculator layout and gradually evolved into a fully responsive web app.
I focused on improving both functionality and design by implementing JavaScript logic for calculations and enhancing the UI using CSS.
Throughout the process, I worked on responsiveness, usability, and making the calculator visually appealing and easy to use.

Attachment
0
apurnaray25

Shipped this project!

Hours: 1.57
Cookies: 🍪 3
Multiplier: 1.94 cookies/hr

I built a responsive image slider using HTML, CSS, and JavaScript that allows users to navigate through multiple images smoothly with Next and Previous buttons. Through this project, I learned how to manipulate the DOM, handle events, and apply CSS transitions with translateX() for smooth animations. I also improved my skills in responsive design using media queries, positioning elements, and creating a clean user interface. The main challenges were keeping the images aligned and making the slider work seamlessly across different screen sizes. Next, I plan to add auto-slide, dot indicators, and mobile swipe support to enhance usability and interactivity.

apurnaray25

I built a simple image slider using HTML, CSS, and JavaScript to understand how DOM manipulation and animations work. The main challenge was managing the slide movement and keeping the transitions smooth. I used translateX() and a counter to control the image flow. Next, I plan to improve it by adding auto-slide, indicators, and mobile swipe support.

Attachment
0
apurnaray25

Initially, my project only had HTML, so it looked very basic and not interactive. After adding CSS for styling and JavaScript for game logic, it became a complete Snake game with animations, controls, and sound effects. I’m proud of how much it improved from a simple layout to a fully working game.

Attachment
0
apurnaray25

Shipped this project!

Hours: 35.91
Cookies: 🍪 58
Multiplier: 1.6 cookies/hr

I built an interactive Snake game called SnakMania. The hardest part was handling game over and restart logic with sounds, but I figured it out. I’m proud of making a fully responsive game with start/restart buttons, sound effects, and a working high score system. Next, I plan to add more features like enhanced graphics and a leaderboard.

apurnaray25

This project is a fun, interactive Snake game called SnakMania, developed as part of the Flavortown collection. It features responsive design for all screen sizes, start and restart buttons, sound effects for movement, food, and game over, and keeps track of your high score using localStorage. The game is built with HTML, CSS, and JavaScript, making it easy to play in any modern browser. Current development is by [apurna Ray], and future updates aim to add more games, enhanced graphics, and a leaderboard system.

Attachment
0
apurnaray25

I improved the image slider animations and fixed some UI issues. The project now runs smoother and the navigation buttons work properly.

Attachment
0
apurnaray25

Shipped this project!

Hours: 7.77
Cookies: 🍪 29
Multiplier: 3.71 cookies/hr

What did you make?
I created an Incredible India image slider website using HTML, CSS, and JavaScript. The project allows users to explore beautiful places of India through a smooth and interactive slider with next and previous navigation buttons.

What was challenging?
The most challenging part was implementing the slider logic using JavaScript and ensuring that the navigation buttons and animations worked smoothly without breaking the layout.

What are you proud of?
I’m proud that I successfully built a fully functional and interactive slider and improved my skills in JavaScript DOM manipulation, problem solving, and front-end development

apurnaray25

I’m currently working on an Incredible India image slider project built with HTML, CSS, and JavaScript. The goal of this project is to showcase beautiful places of India through a smooth and interactive slider interface. While working on it, I focused on improving my skills in JavaScript DOM manipulation, animations, and UI design. I’m planning to enhance the project further by adding more features and improving the overall user experience.

1

Comments

apurnaray25
apurnaray25 about 1 month ago

This is my project Incredible India image slider built using HTML, CSS, JavaScript. It shows an interacting places in India with smooth animations. This project helped me improve my JavaScript DOM and UI design skills.