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

Spinzi

@Spinzi

Joined July 3rd, 2026

  • 6Devlogs
  • 3Projects
  • 1Ships
  • 15Votes
Chill guy, I like Stranger Things, RDR2, Detroit, story games, game dev, web dev, arduino, dev ing in general.
I also used to watch anime and do some photography. Im open to most stuff
Open comments for this post

3h 30m 55s logged

CSS & small fixes


So today we are looking at a remodeling of the website. It looked awful so I decided to follow a theme similar to Stranger Things(as I love the aesthetics a lot). I used a website to generate the backgrounds and using the animation: animation_name 3s linear infinite; in CSS I made it have that cool scroll. I could yap for a while about all the small details but the main modifications are:

  • Major CSS rework
  • Terms of Service & Privacy Policy
  • Added footer
  • Removed 0 (the number) from Quiz code to make sharing the code easier
  • Added contact, allowing people to tell me if they have any sort of problem or want to delete their account
  • Fixed the save button feedback, now stating “Saved” for 3s after clicking

Now the project is ready to ship and I hope it will pass the requirements this time(Only that I need to make the readme file cuz this one aint good) 🤞


I am not sure of what other features to add, but for basic needs it is finished (maybe name check to not contain offensive words when joining a quiz and leaderboard view)

But till then thats all i had to say - hope all of you have a great day and maybe check out my website when kahoot assign is too expensive

0

Loading discussion…

0
2
Open comments for this post
Reposted by @Spinzi

7h 23m 49s logged

Devlog #09

Hello everyone(˶ᵔᗜᵔ˶)ノ゙,

Hope you all are doing great.

Welcome to Devlog #09 of AniSuffle.

In this devlog I will be sharing you all the recent changes I made on my site.

Okay… lemme explain. (๑˃ᴗ˂)ﻭ


Auth(Login & SignUp) is finally working

Soooo…

Finally the Auth(Login and SignUp) feature is working. (≧▽≦)

You can now login and save your info on the database and you would be able to login into another device and access your list / saves.

I am planning to work on the email verification system as well, but dont worry I will be explaining you all how you can get a disposable email if you dont want to use your personal email, (I respect your Privacy(ᵔᵕᵔ)).


Save Feature

Also the save feature is now working just like I mentioned earlier.

But for now you would have to login to use it.

But dont worry.

Before I ship this site, I will integrate the localstorage feature, to make the save feature work even without the signing in.

I know signing up is kind of annoying sometimes… at least to me it is. ( ̄▽ ̄)

So I wanted everyone to still be able to use the save feature even without making an account.


Saved Anime & Manga

Currently the stored anime and manga are stored in the same place[To be more specific they will be displayed on the same save list ].

But I guess I will make a seperate list for them.

I will update in the upcoming devlog about it if I do make that change. (•̀ᴗ•́)و


UI Changes

Becuase of the sign up and login option the Anime and Manga buttons are on the center for now.

I dont really like how it looks either. (ᵕ—ᴗ—)

So I am planning to move those buttons back to the right side again.

And also add a Hamburger menu (just in case you dont know… It’s The three horizontal line menu, actually i didnt know either before googling it just before writing this devlog (╹ڡ╹ )).

That menu will probably contain more features as I continue working on the site.


Backend Debugging

Most of my time actually went into debugging. (ó﹏ò。)

For some reason I just couldnt figure out why my data wasnt being stored correctly.

Sometimes it would save.

Sometimes it wouldnt.

Sometimes the stored data just refused to show itself in the list (probably it was abit shy (´꒳`)) .

So… that took quite a bit longer than I thought. (・–・;)ゞ

But yeah, finally things seems to be working [At least for now (・–・;)ゞ]


Oh…

The last devlog went incredibly long even though I thought it would be shorter…

Looks like this one also became longer than I expected. (ㅅ •᷄ ₃•᷅ ) . (My apologies)

I dont want to bore ya all. (´▽`)

But still I hope I was able to make everything clear.

If not, please do comment below and I will try my best to explain it there as well. ദ്ദി◝ ⩊ ◜.ᐟ

Thank You all so much for reading.

Have a nice day =)

8

Loading discussion…

3
118
Ship Changes requested

I created a quiz platform that uses Firebase, making it easy for anyone to access. If you want to create a quiz, just sign in with Google and you're ready to start. If you only want to take a quiz, you don't even need an account—just enter the quiz code, choose a name, and you're good to go.

**NOTE:** The source code is available in the Git repository under **`/QUIZO`**.

The most challenging part of the project was building the quiz player itself, especially getting the animations and flow to feel smooth.

One thing I'm really happy about is that the platform is completely free to use. My goal is to keep improving it over time by adding new features, polishing the experience, and making it even better for everyone who uses it.

  • 3 devlogs
  • 6h
Try project → See source code →
Open comments for this post

3h 11m 33s logged

Major update is hereee

The platform is now fully functional, with only some styling left to polish. It works on both PC and mobile, and you can finally take the quizzes!
They use the same 6-character code mentioned in the previous devlog.

There is now a leaderboard, and you don’t need an account to play. Just head to the Take a Quiz section, enter the quiz code, choose your name, and you’re in.

Currently, every question has a default timer of 15 seconds, followed by a 3-second intermission before the next one.

Future updates will probably add more features to quizzes, like support for images, different answer types, and other improvements.

If you have any ideas, feel free to leave them in the comments.

I’ve also been thinking about adding a discovery section where you could browse public quizzes, but I’m still not sure if I’ll go through with it.

0

Loading discussion…

0
3
Open comments for this post

1h 39m 3s logged

Another progress. Questions can now be created and saved. Every quiz gets its own custom ID made out of uppercase letters and numbers, with a maximum length of 6 characters. This makes them easy to share while still allowing 2,176,782,336 possible quiz IDs.
At the moment, the core systems for creating quizzes are working. There are still some smaller things left to do, like polishing the UI, adding visual feedback, and verifying quizzes before they are submitted, but I’ll worry about those later.
I know the ID generator isn’t the most efficient solution, but considering the scale of this project, it’s not something I’m concerned about right now.
Next up are some small improvements to the quiz creator, and then the biggest part of the project: the quiz test page itself. Since this project is mostly for close friends and maybe a few strangers online, I’ll be trusting user input for the leaderboard.
Also, user.displayName is handwritten in the screenshot because I covered my real name(it displays Google displayName).

0

Loading discussion…

0
9
Open comments for this post

1h 16m 49s logged

I am currently working on implementing Firebase Authentication into the app to support online quiz creation and management. This will allow quizzes to be stored dynamically in Firestore while making the authentication process as simple and seamless as possible, ensuring users can access and use the platform with minimal effort.

0

Loading discussion…

0
4
Open comments for this post

1h 46m 15s logged

Today I worked on adding a new feature to the journal: tracking. It is used with the built in questions system, where everything in the journal is a question with an answer. Based on the processed value of true or false, it creates a graph.Why use this graph?You, as the user, create your own set of questions, and you can make them focus on self-improvement. Using this graph, you can see your good and bad days, understand why a day was successful or not, and use that information to improve yourself. More updates will improve this graph by adding more information, support for special question types (e.g., weight tracking), and links to go directly to a specific day.

0

Loading discussion…

0
32

Followers

Loading…