Skip to content

m-ahlstrom/small-javascript-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Small JavaScript Projects

An API built with Node.js, Prisma and PostgreSQL for an application, where users can create products, create updates for products and create multiple update points for their updates. Of course, products, updates and update points can all be edited and deleted. A user can only create, update or delete updates and update points if the associated product is created by them.

A singe page application (SPA) written entirely in vanilla JavaScript. Utilizing SPA routing, web components, the shadow DOM and reactive programming with proxies.

A note taking CLI application built with Node.js. You can create notes, read or delete your notes, and launch a web server to see your notes in a browser. The notes are saved to the file system inside db.json. Small test coverage with Jest.

About

Different projects made with vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors