Skip to main content

All Questions

Tagged with or
7 votes
1 answer
82 views

Fruity Balance GUI Remake

I am new to front end development and thought to recreate the GUI of Fruity Balance just for practice. I would love to hear any advice on best practices. I am also wondering if any improvements could ...
Evr's user avatar
  • 71
2 votes
0 answers
42 views

Web component (custom element) for a Swing-like (Java) tree with a shared style sheet

This is my first web component. I implement it as an autonomous custom HTML element. I cannot use a customized built-in element because it's not supported by Safari. Nevertheless, as it mainly ...
gouessej's user avatar
  • 121
4 votes
3 answers
192 views

My first web project; calculate the GCD and LCM of two numbers and save cookies

I made my first ever JavaScript project. It is a program that calculates the GCD and LCM of 2 numbers that the user inputs. It also stores these 2 numbers in cookies so that they can be accessed for ...
Ana Kullanıcı's user avatar
0 votes
0 answers
41 views

Fully animated React reorderable list

I've been playing around more and more with React recently, and wound up wanting to create a fully animated reorderable list. You can get idea about what it looks like here. It's a self contained ...
Tom's user avatar
  • 101
3 votes
1 answer
315 views

HTML Editor: Online HTML Editor with Real-Time Preview (version 6)

Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist environment for writing and previewing HTML, CSS, and ...
Mori's user avatar
  • 197
3 votes
0 answers
56 views

React section toggle with single active panel

I’ve built a working animated panel menu in React using Framer Motion. Only one section expands at a time, making the animation smooth and visually clean. However, I’d like help improving or ...
MegaRapidz's user avatar
3 votes
1 answer
174 views

Bulk Text Replacer

I have created a simple text editor with a "replace all" feature. It's meant to be part of a larger project, so it needs to be robust and work reliably across various scenarios. Please ...
Mori's user avatar
  • 197
5 votes
2 answers
185 views

Tags selector in plain JavaScript, without using any plugin

I have made a "tags selector" in plain JavaScript, without using any plugin. ...
Razvan Zamfir's user avatar
4 votes
1 answer
94 views

Structure of nested Divs with a table

I'm a new frontend programmer. I'm making a web site with flask, and to be honest, I don't know much about front-end so I don't know if what I'm doing is best practices. In one section, I have a div ...
Enzo Bs's user avatar
  • 41
2 votes
0 answers
53 views

Cargo.site website - on scroll overlay header scale

Currently, re-making my website from scratch on cargo.site in order for it to be upgraded from cargo2 to cargo3. I have a series of stacked pages, and a top-pinned overlayed header which scales down ...
Alessandra Leone's user avatar
4 votes
3 answers
939 views

TODO application

The assignment was the following: Users can add at a new Item/Card with Title and Description. Everytime an item is created, it is automatically placed in the TODO column At any point in time items ...
Andrew Bailey's user avatar
6 votes
1 answer
112 views

Code for smart CSS rounding using JavaScript

I wrote a project that allows you to make CSS corner rounding more consistent and, in my opinion, nicer. Here's full GIT repo with an example and a README.md: https:...
yurich's user avatar
  • 157
3 votes
1 answer
465 views

HTML Editor: Online HTML Editor with Real-Time Preview

Note Please review the new question and ignore the following. Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist ...
Mori's user avatar
  • 197
8 votes
2 answers
351 views

Library project - javascript

I am going through the Odin Project and have just finished the 'Library' project on their FullStack JavaScript course. As this is the first time I'll have my code reviewed, I want to know what I'm ...
matheus's user avatar
  • 83
5 votes
1 answer
449 views

Tic Tac Toe with only the 3 last moves

I wrote a Tic-Tac-Toe game that unlike the normal TTT only saves the last 3 moves. That means, that the first move will be removed on the 4th move and so on. To not necessarily extend the description ...
tacoshy's user avatar
  • 512

15 30 50 per page
1
2 3 4 5
70