You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Node.js repository focused on modular programming principles, using the fs module to handle file operations like reading and writing. This project explores structured code organization with Node.js modules, encouraging clean and reusable code practices.
A Node.js application that processes media files by creating media chunks and organizing them into folders based on the media ID. Utilizes the fs module for file handling and chunk management.
CLI-based Note-taking App for streamlined note management. Add, view, update, and delete notes directly from your terminal. Powered by Node.js with interactive prompts from Inquirer and file system operations using fs. Simplify your note-taking workflow effortlessly.
This Node.js application allows users to search for jokes based on a provided search term and tracks user responses to jokes, creating a leaderboard of the most liked jokes
A simple chat room hosted with express. Messages are stored locally with the FS-module. Messages are shared with socket.io. Technologies: HTML, CSS, JS, NodeJS, Express, FS-module, JSON, SocketIO-Websocket, WaterCSS
Stream Hub is a streaming platform for high quality videos that can only be viewed as registered user. Technologies: HTML, CSS, JS, NodeJS, Express, Chalk-module, FS-module, Ajax
This repository contains advanced javascript concept (ES6) such as promises, async-await, ES6 loops and more. It aslo represent my first steps in learning Nodejs and express. I learned through complete-node-bootcamp by Jonas Schmedtmann.