arpiii / 100notes

a full stack notes application using Express/JS/MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name: 100notes

This is a group CRUD app project utilizing Node.js/Express to build our own API. The user will be able to create/delete/edit their own notes and all notes will be stored in a database via MongoDB. Users will also be able to notes sort by date/importance.

Link to project: https://github.com/jarrodmjack/100notes

How It's Made: Tech used: HTML, CSS, JavaScript, EJS, Node.JS, Express, MongoDB

We started out building our API via Node.js and Express, making sure all create, update and delete functionality was working. Once we had the main functionality working we began working with CSS to establish a general layout of where the notes would be and how they would be stored on screen for the user.

Also check out a couple of our other projects:

About

a full stack notes application using Express/JS/MongoDB


Languages

Language:JavaScript 44.7%Language:EJS 28.2%Language:CSS 27.2%