Code Monkey home page Code Monkey logo

Matthew Bell's Projects

portfolio-professional icon portfolio-professional

My professional portfolio website, built using HTML, Foundation CSS, Express, React, and NodeJs. More details to come as planning phase is complete.

rpg_suite_rpgmath icon rpg_suite_rpgmath

Created for the rpg indie game development suite. rpgmath is a library that contains core math-related functions that are commonly used in rpg games (ex: dice rolls).

ucsd-codebootcamp-05_work-day-scheduler icon ucsd-codebootcamp-05_work-day-scheduler

HW #5 Create a simple calendar application that allows the user to save events for each hour of the day. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery.

ucsd-codebootcamp-09_readme-generator icon ucsd-codebootcamp-09_readme-generator

Ninth homework project: A command-line application that dynamically generates a README.md from a user's input. The application can be run with the following command: 'node index.js'.

ucsd-codebootcamp-11_note-taker icon ucsd-codebootcamp-11_note-taker

Create an application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file. The application frontend has already been created, it's your job to build the backend and connect the two. The following HTML routes should be created: GET /notes - Should return the notes.html file. GET * - Should return the index.html file The application should have a db.json file on the backend that will be used to store and retrieve notes using the fs module. The following API routes should be created: GET /api/notes - Should read the db.json file and return all saved notes as JSON. POST /api/notes - Should receive a new note to save on the request body, add it to the db.json file, and then return the new note to the client. DELETE /api/notes/:id - Should receive a query parameter containing the id of a note to delete. This means you'll need to find a way to give each note a unique id when it's saved. In order to delete a note, you'll need to read all notes from the db.json file, remove the note with the given id property, and then rewrite the notes to the db.json file.

ucsd-codebootcamp-13_mvc-burgerlogger icon ucsd-codebootcamp-13_mvc-burgerlogger

For this assignment, I will create a burger logger using MySQL, Node, Express, Handlebars and a homemade ORM (yum!). Be sure to follow the MVC design pattern; use Node and MySQL to query and route data in the app, and Handlebars to generate the HTML.

ucsd-codebootcamp-16_updated-professional-materials icon ucsd-codebootcamp-16_updated-professional-materials

This homework will feature an Updated portfolio featuring both projects 1 and 2, and 4 exemplary homework assignments, an updated GitHub profile with pinned repositories featuring project 1 and two exemplary assignments, an updated resume, and an updated LinkedIn profile.

ucsd-codebootcamp-17_workout-tracker icon ucsd-codebootcamp-17_workout-tracker

For this assignment, I will create a workout tracker that will allow me to create, view, and track daily workouts. I will create a Mongo database with a Mongoose schema & model, and will handle routes using Express.

ucsd-codebootcamp-18_pwa_budget-tracker icon ucsd-codebootcamp-18_pwa_budget-tracker

For this homework project, I will add functionality to a provided initial/existing Budget Tracker application to allow for offline access and functionality. The user will be able to add expenses and deposits to their budget both with and without a connection. If the user enters transactions offline, then the transactions should populate the total when brought back online.

ucsd-codebootcamp-19_react_employee-directory icon ucsd-codebootcamp-19_react_employee-directory

For this homework, I will create an employee directory using React. This homework will require me to break up the application's UI into components, manage component state, as well as respond to user events.

ucsd-codebootcamp-21_google-books-search icon ucsd-codebootcamp-21_google-books-search

My 21st homework assignment. React-based Google Books Search app. Users can query and display books based on user searches, and can save books to review or purchase later.

ucsd-codebootcamp-currencyexchangepro-school icon ucsd-codebootcamp-currencyexchangepro-school

This is my first group project for class. We built a currency-app together that can convert any currency into another currency, store/display your search history, and send a text message of the most recent search details.

ucsd-codingbootcamp-08_professional-materials icon ucsd-codingbootcamp-08_professional-materials

This is the eighth homework project. It will feature an Updated portfolio featuring project 1 and two exemplary homework assignments, an updated GitHub profile with pinned repositories featuring project 1 and two exemplary assignments, an updated resume, and an updated LinkedIn profile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.