30DaysOfJavaScript icon indicating copy to clipboard operation
30DaysOfJavaScript copied to clipboard

Projects made during the 30 days of the JavaScript challenge

Results 149 30DaysOfJavaScript issues
Sort by recently updated
recently updated
newest added
trafficstars

### Is your feature request related to a problem? Please describe. This anagram checker app takes two string as input from the user and displays whether the two strings are...

### What happened? 1. Visual Consistency 2. Hierarchy and Readability 3. Spacing and Padding 4. Color Scheme 5. Responsiveness ### How can we reproduce this bug? ![image](https://github.com/swapnilsparsh/30DaysOfJavaScript/assets/128235540/500e63e4-e5ce-4383-a184-ee061934d7de) ### Desktop Information...

bug

### Which pre-existing JavaScript project will you be working on? I want to work on the Tic Tac Toe game in which I want to improve it's UI so that...

### Is your feature request related to a problem? Please describe. The objective is to defeat waves of aliens with a laser cannon to earn as many points as possible....

### Is your feature request related to a problem? Please describe. The color contrast and UI of overall website needs to be improved to make website user appealing and improve...

### Is your feature request related to a problem? Please describe. Colour Matching Game is a fun game and can be made by using HTML, CSS and Javascript. ### Describe...

### Is your feature request related to a problem? Please describe. In todays busy world, everyone is busy more than they should be. So having a lot of tasks can...

### What happened? Elements at the bottom are misaligned, which affects the overall look and feel of the website, and potentially the user experience. This issue requires correction to ensure...

bug

### 🛠️ Fixes Issue (Number) Example: Closes #1799 ### 👨‍💻 Changes proposed and Brief Description Added a fully functional Othello (Reversi) game. The game includes the following features: 1. Board...

### Is your feature request related to a problem? Please describe. This project implements a web-based calculator that converts numbers between different numeral systems such as binary, octal, decimal, and...