@Lynn/Luke3Started work on terminal craft, making it in html + js
@TheRealCraig1fixed a few bugs, updated boards styling, and started working on removing the flash on load in Codeboard today. also did some research on how i could implement jumpstarts, but i didn't find much. (day 9? of #C045S4393CY|)
@ajhalili20062Day 4 of #C045S4393CY|: Duolingo streaks be damned (it was reset on February 24 btw at ), currently updating the homepage of my website at the moment. Pardon the taking screenshots from my phone because Node.js is such a bulldozer for VS Code for Web via Remote Tunnels.
@uwu0next.js grind continues dont stop never stop
day 4 of #C045S4393CY|
@SkyfallWasTaken1The official webring.hackclub.com switcher has CLS (because the image is loaded by the script tag) and requires loading external scripts + files on the client, so I decided to reimplement it in Astro!
This has a number of benefits, such as:
• The client doesn't need to contact webring.hackclub.com directly (privacy!)
• no CLS on the HC logo
• colours are more aligned with my site's colours
• bigger hitboxes for the next/previous buttons
• doesn't need JS to work
@uwu0Finished chapter 6 of the Next.js tutorial (Day 1 of #C045S4393CY|)
@Nethul7Day 1/15 of #C045S4393CY|
Today(still going on) I worked on learning some more javascript so I can work on my website to add it to @Aram website combiner or smth
Also working more on my python phone so there are way less random bugs that pop up, habit tracker work is still ongoing but I worked on it less today since I want to equally balance work on learning code and also working on the phone
@PrayasBhatt0Project Name : Galvanic Cell Generator
Description : The Galvanic Cell Generator is a web-based tool built with HTML, CSS, and JavaScript that visually simulates galvanic cells, showcasing electron flow, current direction, and potential differences dynamically.
Repo : github.com/PrayasBhatt/Galvanic-Cell-Generator
@ez0I made a boilerplate for next.js devs to save time on setting up projects involving next-auth.
• Next.j
• Tailwind
• Prisma
• Next-auth
• Sqlite
github.com/eesazahed/next-auth-boilerplate
@BoopBoo0Developer Dating App Progress:
So far I have been able to make the backend in express.js, along with Socket.io for the chat functionality. As of right now we are using passport to authenticate users with GitHub, and storing it to an MySQL database, along with for message history.
For the pages we have a home page, a dashboard witch will be changed into a settings page on the profile page. The profile page is dynamic and works with any profile. Along with the search page witch currently has sliders but will soon be adjusted to work with location when we switch to mobile app functionality later.
The current template frontend is in EJS as of right now, and we will keep it that way as for a web application for the beta, but I have plans to switch to React Native later. In the end unsure how to proceed. If you have any questions please make a thread.
@3XAY0I updated my website to have my new CSS animations, and made those changes public for peer review. I also fixed an unanimated link in one of the articles (because the text was too long) and removed the search icon (it's because I'm using a documentation builder), added a spellcheck plugin, and added a note for JS
@AshishAgarwal0working on a next.js full-stack project!
currently making the dashboard, then I will make the back-end server once the dashboard/frontend is done
shadcn/ui, next.js and tailwindcss used in the dashboard front-end
@AshishAgarwal0working on same periodic table visualizer....
• generates SVG(s) of every element using python with svgwrite
• then uses javascript and css and html to visualize it with layout...
it's almost done, I'm giving it final touches
@AshishAgarwal0building a periodic table visualizer!
1. it generated SVGs of every element with their detailed info (using python and svgwrite)
2. HTML+CSS+JS to show the periodic table
currently, for testing, I put them as a rectangle, now I will make them proper layout just like original table.
@AshishAgarwal0Working on my portfolio! This project marks my very first Next.js project!!
I added cool features such as - Headless blog (Hashnode), Guestbook (you can leave your reviews there!), etc more!
Built with Next.js, Framer Motion, Postgres, Prisma, Google+Github oAuth, TailwindCSS
CHECK OUT: ashish.top
@DheerajS0Today I will be working on sudoku solver using basic html css and js
@tony0spend a lot of time setting up, always needs to do that when using languages other than js and python lmao
@mart0Day Six of coding a Cute Pomodoro Timer -- Coding time: 2 HOURS AND 50 MINUTES?!?!?Yeah, i've gone actually bonkers. I was supposed to study.
Added a cool animation to this! Also, tried to migrate processes to background.js. This is PAIN!!!!11111@DheerajS0Today I have been working on making connect4 game using html css and js
@Ayo-U081X6EUWE40Working on a cookie clicker game with a chocolate team. I'm very happy that I know enough about html, css, and javascript that this seems doable.
@M_0Almost done the JS file, need to finish the game logic then I'll go code the form in my HTML page
@PratyushVelShankar0just fixed a BUNCH of dependency conflicts with three.js and react, and finally got to this stage -
@LiamShah0Added more features to my guessing game. Dy 3 of Javascript
@BoopBoo0Comp Sci Compass (Day 1)
Today I got a mock version of the backend using express.js, along with a simple SQLite database. I started working on the front end using React. I was thinking of a terminal style design for navigating the page to have the application stand out some more. Thinking of switching to a database like Firebase, even though it is a no SQL database, it is built for Node.js/JavaScript and using JSON. I am thinking about it but I feel like I will stick with an SQL based database as I am storing a lot of reviews and more, along with courses connected to colleges/high schools.
Here is a preview of the front end, the backend and database are mostly made. yes the console is working, to lazy to post a gif
@Techgenius0Hey today i made a dictionoray app with javascript .
@boki0Working on The Weeknd page + cleaned up some javascript & css files.
@M_0Started a new project, finished the rule explication, started coding the JS file
I hope I'll ship it within 3 days 🥲
@LiamShah0Made a simple counter and number guessing game. Day 2 of javascript
@hjw11120finished tic tac toe game with bot. used minimax algorithm in js
@Andre-cmd-rgb0worked on my personal website and web os(A basic working operating system implemented in JavaScript. This project simulates a terminal-based OS, where users can interact with a file system, execute commands, and manage directories and files through the web interface. 🚀)
@hjw11120started tic tac toe game and finished html and css part. working on js.
@CBerJun0Today I wrote a Hello World! program. In fact, it was written in a programming language I invented. The Muffin language lets you write programs that look like cooking recipes. The picture below shows how the compiler compiles the Hello world recipe into a big chunk of js code that (surprisingly) prints out Hello world. Most part of the code generator was done now. Repo: github.com/CBerJun/Muffin
@boki0Updated pop music website! Fixed slideshow, updated navigation bar, hamburger menu and also improved on the JavaScript code... My goal with this is to convince our school to let us have a space for student websites that we'd voluntarily make for fun… If anything I'm learning something new by making a site about a hobby
@NikosTsilas-U04N415FE4T0I continue working on the website. I think that I am 80% finished. I added an Astro component and a lot of JS, tailwindified everything, and changed the HTML a little bit.@T3RM1N4L0finally fixed my socials
@CBerJun0Continue working on Muffin (a weird programming language that allows you to write programs that look like cooking recipes). Day four working on the parser---it is now done (all the statements have been implemented). Next step would be doing some semantic analysis to make sure the program is valid and generating target code (JavaScript) (gonna figure out a way to implement goto in js) (Day 5 on Scrapbook)
@spacefall0today i fought with js and hex escape sequences, turns out that bun (maybe node too) doesn't like \x escapes, replacing "\x" to "%" does tho.
i also got the api that i've been working on to actually work, so that's good too
@Ayo-U081X6EUWE40Making an animated physics game with html, css, and javascript. I feel like i'm learning a lot with this project, and stuff actually makes sense.(Kinda) Hopefully, I actually finish this one
@LiamShah0Beginning to learn javascript to hopefully learn to make apps
@JigmetAvinash0Today was quite stuggle-full day, cause I was in no mood to code. Thankfully HighSeas had the motivation inside. Welps, I have now configured the modes change, the different safety precautions and many minor bug fixes. I thought on a full introductory of the project today but I guess It will take till the weekend. Till then I will continue to code and enjoy this scrapbook. Also, I added a README so I dont need to add or save anything here, perhaps fun too !. Anyways (tags : Nextjs, Javascript, TypeScript, Vs Code, High Seas)
Ba-Bye and Adios