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

Vigaash

@Vigaash

Joined June 28th, 2026

  • 20Devlogs
  • 8Projects
  • 6Ships
  • 52Votes
Ship

I made the Recipe Finder, a place to find all of your cravings. Dive in to start your cooking journey! It was built using HTML, Javascript, CSS, and too much food knowledge. Currently, there are two pages that are active. The pages are: Recipe Finder, and Ingredient Recipe Finder. The thing that I found challenging was trying to use an API for the first time, especially trying to reference it. I eventually was able to solve this by using localstorgae and the fetch function. More thorough details are in my Readme! Hope you guys like it! Link: https://vigaash-lingeswaran.github.io/Recipe-Finder/

  • 3 devlogs
  • 5h
  • 5.46x multiplier
  • 29 Stardust
Try project → See source code →
Open comments for this post

2h 16m logged

Hey guys! I have been working a lot on the Recipe Finder. Here’s what I have done: I started off by starting the second page of the site. This is a platform where you can search the recipes you have, and based on the answer, the platform will give you a suitable recipe. The challenging part for this was that I couldn’t find an API that was free. To solve this problem, I had to input all of the recipes into an array and then use the filter and sort functions to see what ingredients from the query match the recipe. This was a little hard because inputting all of those recipes by hand was a little hard, but I was able to find a website that had these short recipes that I modified. Next steps would be to finish of polishing the whole website.

0
0
21
Open comments for this post

2h 0m 12s logged

Hey guys! I have been working a lot on the Recipe finder. Here’s what I have done so far. I started off by finishing the first page by creating all of the styles. I wanted to go for a look that organizes the recipes into boxes, and the overall design should be pretty minimalistic. The only part of this that was challenging was trying to figure out whether I wanted a dark aesthetic or light aesthetic. After that, I also started the second part of the recipe finder, which would allow the user to be able to find recipes based on a list of ingredients they have. This is proving to be a little difficult because I can use the same API for this, but that limits me to only having one main ingredient, so I might have to look into another way to do such. Next steps would be to figure out a way to integrate multiple ingredients into the search query.

0
0
4
Open comments for this post

1h 4m 21s logged

Hey guys! This is my first devlog for the Recipe finder. I wanted to make a website for finding any recipe on hand that would also be able to find videos as well as other sources for the food. For this, I knew I needed to use an API, so I started off by creating the first layout of the page. I decided to work on the styles after I got the logic of the website down. After the HTML setup, I moved onto the actual logic of the app. This was challenging for me because I had never used an API before, so I had to do some research before getting started. After that, I used localstorage to just load up an existing recipe. After this, I used the query function to actually start finding recipes. This was also challenging for me because I had to figure out where to implement the results from the API, which is where I learned to use the .join function for combining strings. Next steps would be to make the website look better, and maybe even add a seperate page for trying to make recipes using ingredients in your fridge.

1
0
13
Ship

I made Warioware, a game full of fun minigames that follows the concept of Mario Party, where you play Wario-related minigames without losing your lives! It was built using Godot, GDscript, and a passion for Nintendo. Currently, there are four games that are active. The games are: Super Wario, Star Collector, Garlic Catcher, and Flappy Bird. A problem that I had with this was trying to create the score and make sure that the score doesn’t automatically update because of a bug in the scoring system. More thorough details are in my Readme! Hope you guys like it!
Link: https://github.com/Vigaash-Lingeswaran/WarioWare-game
Link to game: https://vigaash-lingeswaran.itch.io/super-wario-ware

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

1h 53m 57s logged

Hey guys! I have been working a lot on the Warioware game. Here’s what I have done so far. I started off by creating and finishing the fourth game, which was the flappy bird game. This game was a decent challenge, but I was able to figure it out in the end. I used a player scene (CharacterBody 2D), then an obstacle scene (Area2D), and finally a main game scene. From there, I just combined each of the elements and their respective scripts. One challenge that I faced with this was trying to get the score working for it. Since the score would have to be referenced into two different scripts, I remembered that I could use a Global variable, which allowed me to easily reference the score in both scripts which allowed the game to flow smoothly to the next scenes. I learned a lot through this game. Next steps would be just to finish any polishing steps.

0
0
7
Open comments for this post

7h 47m 48s logged

Hey guys! I have been working a lot on the WarioWare game. Here’s what I have done so far. I started off by creating the third game, which would be a catcher game, where the player would move across the x-axis to catch all of the garlic. I did this by combining three different scenes, where one scene was the player, the next was the garlic spawner, and the final one was the entire minigame scene. I learned a lot through this game because it introduced me to how something like a spawner would be created in Godot, where you would have to use a timer, and then load an Sprite2D with a CollisionShape2D attached to it. The next steps would be to create the final game, which I am thinking to be a flappy bird game.

0
0
5
Ship

I made the Tamil Cinema OS, an OS dedicated to Tamil Cinema. Dive in to learn more about Tamil Cinema! It was built using HTML, Javascript, CSS, and too much knowledge about Tamil Cinema. Currently, there are seven apps that are active. What was challenging for me was trying to use arrays, as it was a little confusing to me for HTML. Currently, the apps are: Kollywood Notes, Snake Game, Breakout Game, Calculator, Kollywood Trailers, Kollywood Facts, and Kollywood Beats. New features are: Breakout Game, Calculator, Kollywood Trailers, Kollywood Facts, and Kollywood Beats. More thorough details are in my Readme! Hope you guys like it!

  • 4 devlogs
  • 15h
  • 2.33x multiplier
  • 35 Stardust
  • WebOS 2
Try project → See source code →
Open comments for this post

2h 58m 48s logged

Hey guys! I have been working a lot on the Tamil Cinema OS. Here’s what I have done: I started off by creating and finishing the seventh app, which is a music player. This music player has a playlist of many Tamil Cinema hits. To create this, I first had to use for the first time to play the audio. From there, I created an array that would cycle through the different songs and their respective cover pictures. For the styling, I wanted it to be kind of similar to how a Spotify player would look, so I had to create a rectangular container and create adequate buttons and styles for the app. Overall, I was able to learn a lot about how audio is referenced in HTML through this app. After this, I just polished up all the other apps, which included the calculator and the games, where I was able to get the clear button working on the calculator and also get the scores working on the games. Overall, I was able to learn a lot in these devlogs about the variety of hidden functions inside HTML. Next steps would just be to finish polishing any of the other apps.

0
0
13
Open comments for this post

6h 11m 48s logged

Hey guys! I have been working a lot on the Tamil Cinema OS. Here’s what I have got done: I started off with finishing off the fifth app, which would be Youtube. I decided that it would be better to allow the viewer to watch a playlist instead of the whole browser, as it would also match my theme because now, the viewer gets to wtach trailer of Tamil movies. I did this using the youtubeiframeAPI. This allowed me to get the exact version of Youtube, but also customizable to my liking. After this, I used an array with all of the video IDs and made a function that would cycle through the videos. Overall, it was a good learning experience for me with these new features. The next thing I did was make a fun facts page. This had a bunch of different fun facts about Tamil Cinema. I did this by creating a caption carousel. I used an index, and used that to cycle through the different facts. Overall, I learned a lot about the different functions within HTML and also about video playback in this devlog. Next steps would be to create my next app, which would be a music player with some good Tamil songs.

0
0
1
Open comments for this post

1h 38m 38s logged

Hey guys! I have been working a lot on the Tamil Cinema OS. Here’s what I have done so far: The main thing I have been trying to accomplish is trying to create my fifth app, which would be Youtube. I have gotten all of the controls for the actual app icon all done, but I still need to work on trying to get it to connect. I tried using and then using the URL of Youtube, but that didn’t really work, as it refused to connect. I am trying to research some different ways I can try to attach the application. The other things I have been doing would just be trying to add some scores in the games I created. I am having a little hard time, as sometimes the score only updates the first time. Next steps would just be trying to get the fifth app done.

0
0
2
Open comments for this post

4h 29m 40s logged

Hey guys! I have been working a lot on the Tamil Cinema OS so far. Here’s what I have done so far: I started off by creating my third feature, which is the breakout game. This is where there are tiles you must break with a bouncing ball. I decided that instead of keeping the game’s code inside the original index file, I would keep it as a different file and then use to link those two files together. I also decided to implement these features into the other apps. The code for this project wasn’t that hard, as I was able to use my previous game development experience to help with most of the parts, but there were some aspects, like the tiles and their Arrays that I had a little trouble with. After this, I created the calculator app. This app was pretty simple, as it was just a bunch of buttons and some functions in Javascript. The hard part about this would be figuring out what type of style I wanted for it. Next steps would be to start and finish up the fifth app, and maybe polish some of the other apps as well.

0
0
1
Ship

Hey guys! I have made a personal website for myself, Vigaash. This personal website has a lot of things that you can learn about me! Currently, it has three different pages: the home screen, projects, and interests. The projects are just some of my projects from Stardance, and the interests are some hobbies I have. What was challenging was trying to figure out what type of styling I wanted, since it was technically endless. Another thing that was challenging was creating changing images or backgrounds, as I still am not the most comfortable with arrays in HTML and Javascript. The thorough details are in my Readme. Hope you guys like it!

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

2h 57m 28s logged

Hey guys! I have been working a lot on my personal site! Here’s what I have done: I got all of my information down first for all of the different pages. After that, I decided to start polishing up the website by creating the styles and the different parts of my website’s design. In this part, I also decided to add a background that changes frequently. Through this, I was able to further understand the use of arrays and how they can work with arrays. After that, I started making my styles that would occur after you hover on to a certain object. I decided it would be nice if they kind of expanded and also turned transparent when you hovered over the objects. Finally, I also started to create an image carousel for my interests section of my website. This was a little easier as I already kind of did this with the background, but I also learned how to use captions for it. Next steps would be to just put any final touches.

0
0
10
Open comments for this post

49m 22s logged

Hey guys! This is my first devlog for the personal website. Here’s what I got done: I started off by figuring out what type of site I was trying to make, and what the different pages would look like. I have a decent idea of what I am going to do, but for now, I have just done the framework of all of the pages. I have been able to input all of the info onto two of the three pages that I will have, and it wasn’t that hard, as I have a little more experience after the other projects I have done so far. The website so far is a really simple framework, as I will be working on the styles soon. Next steps would be to get my info done on all three pages, and then start to style and polish the rest of the website.

0
0
5
Ship

Hey guys! I have made my own OS called the Tamil Cinema OS. This OS is all about the depths of Tamil Cinema. Currently, I have two different apps, the first being a notes app for first-timers who don’t know much about Tamil Cinema. The next is a snake game for some relaxation. What was challenging for me was trying to figure out what appas I should make, especially since I would try to make it Tamil Cinema related. Another thing that was challenging was all the different uses of classes and the HTML rules, since it’s my first time using these types of things. The thorough details are in my Readme. Hope you guys like it!

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

1h 22m 47s logged

Hey guys! I have been working a lot on the Tamil Cinema OS. Here’s what I have done so far: I have finally finished the second feature of the Tamil Cinema OS, which is the Snake Game. I learned how to code this directly into the HTML file. Originally, I thought I would have to create a new file with the game code, but after some research, I learned I could just put it into the original file. The code for this game was a little difficult, as I was having a little trouble with the part where I would have to generate the new apple when it was eaten. After some research, I learned how to use a random number generator in correlation to the grids of the game to have the apples spawn in a different place. I also decided in the end that the snake would be able to go through walls and would only die if it bumped into itself. I learned a lot through this game, especially how to use a variety of functions in HTML. Next steps would be to polish the website off for final touches.

0
0
5
Open comments for this post

5h 6m 6s logged

Hey guys! I have been working a lot on the Tamil Cinema OS. Here’s what I have done so far. I have finally finished my first app, which is the notes app. I wanted to kind of make this app like a guide for a first- time viewer, so it has things like recommendations for different movies, and also has things like the history of Tamil Cinema. I have also added some parts to the app that talk about Tamil music as well. This kind of took me a long time because it was a little hard for me to try and figure out what type of app I wanted to make originally, and there were a lot of bugs that I only figured out after looking closely at my variable declaration. i had accidentally deleted the aspect of the app that changed the cursor type to a pointer, but I didn’t know until a long time after, which is why there is so much time spent on this devlog. I have learned a lot about Javascript in this time, as it has introduced me to arrays and how they should be used, especially for the feature of my notes app that allows the viewer to see all of the notes. Next steps would be to create a second app. I am thinking of a game of some sort, but I haven’t completely thought it out.

0
0
3
Open comments for this post

5h 21m 55s logged

Hey guys! I have been working a lot on the Tamil Cinema OS. Here’s what I did: I started off by creating my first app. This has been a pretty hard process as I had a little trouble trying to get the code in the right place, especially for the part where I am trying to make the window only take up until the top bar, instead of the whole screen. I have also finished up the top bar with all of the buttons however, sometimes the click function to open the welcome window doesn’t work. i have checked my code multiple times, but I still do not know where I am going wrong for that part. I have learned a lot in this time, as it was my first time using HTML, and I am still getting comfortable with it. I had also spent a lot of time trying to figure out better backgrounds for my OS because every time I try to make a new one, it always comes out too blurry for my liking. In the end, I was able to fix all of those problems. next steps would be to finish the final touches on my first Movie ranker application, and also go on to creating my second app, which will probably be something that involves trivia or something, haven’t really thought about it yet. Please feel free to leave any suggestions for my project.

0
0
3
Open comments for this post

1h 3m 12s logged

Hey guys! This is my first devlog for the WEB OS. Here’s what I did: I decided to make an OS that is dedicated to Tamil Cinema. I have just started the coding for it, but it is my first time using HTML, and have no experience with CSS or JS, so that’s why it took me a long time to get this done. So far, I have gotten the title screen down and have started to work on my first window. Next steps would just be to have finished my first window and move on to the second or third ones. I could also start to work on making my OS a little bit more polished.

0
0
2
Loading more…

Followers

Loading…