Simple Program

Reversi Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Reversi Game using HTML&CSS in VanillaJS with Source Code. A game application coded purely in JavaScript that can be played in a web browser. This game follows the same mechanics as the traditional Reversi game, where players take turns flipping the pieces from black to white or vice versa. JavaScript Source Code.

Movie Rating App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Movie Rating App using HTML&CSS in VanillaJS with Source Code - A web application coded purely in JavaScript where you can search app movie ratings. The application uses an api that fetch the data of a movie that include the ratings of peope who rate. JavaScript Source Code.

Random Choice Picker App in VanillaJS with Source Code

Submitted by razormist on
Random Choice Picker App in VanillaJS with Source Code - A web application coded purely in JavaScript that allows you to randomly pick a choice. This program is particularly useful when you have difficulty making a decision or can't decide among multiple options. JavaScript Source Code.

Brush Up - Drawing Tool in Vanilla JS with Source Code

Submitted by razormist on
Brush Up - Drawing Tool in Vanilla JS with Source Code - A web application coded purely in JavaScript where users can freely draw on a canvas. Users can adjust the brush size, change color, and modify the stroke of the brush while moving it using the mouse. JavaScript Source Code.