Activity

Ankit Tripathi

Today I worked on building my Chrome extension Study Sidebar Notes, which helps me take notes and draw while browsing any website. I started by setting up the extension structure using Manifest V3 and created a sidebar that can be toggled on any page.

Then I implemented a notes section with auto-save using chrome storage, so all my notes are saved per website. After that, I added a drawing canvas with features like smooth drawing, color picker, pen size control, eraser, and clear option.

I also improved the UI to make it look clean and modern with a dark theme, and added a feature to download notes as a text file. Finally, I tested the extension on different websites to make sure everything works properly.

This project helped me understand how Chrome extensions work, how to inject UI into webpages, and how to manage user data efficiently.

Attachment
Attachment
Attachment
Attachment
Attachment
0
Ankit Tripathi

Shipped this project!

Hours: 0.92
Cookies: 🍪 1
Multiplier: 1.5 cookies/hr

I built a Tic-Tac-Toe web game using HTML, CSS, and JavaScript. The game allows two players to play on a 3×3 grid and automatically detects when a player wins or when the game ends in a draw.

One of the challenging parts was implementing the game logic to correctly check all possible winning combinations after every move. I solved this by creating a set of win patterns and checking them after each turn.

I’m proud that I was able to turn a simple idea into a fully working browser game and deploy it online so anyone can play it. This project helped me improve my understanding of JavaScript, DOM manipulation, and event handling.

Ankit Tripathi

In this project, I developed a browser-based Tic-Tac-Toe game using HTML, CSS, and JavaScript. The game allows two players to take turns placing X and O on a 3×3 grid.

I implemented the game logic to detect winning combinations and display the winner when three symbols align horizontally, vertically, or diagonally. I also added a reset feature so players can restart the game easily without refreshing the page.

The project helped me practice DOM manipulation, event handling, and implementing basic game logic in JavaScript. The final version was deployed online so it can be played directly in a web browser.

0
Ankit Tripathi

I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.

Attachment
0