Pinned Repositories
12.2-mysql-exercise
12.3-mysql-practice
13.2-express
13.3-express
barebones-react-todo-list
Before React 16.8, function components did not have state or lifecycle hooks. With 16.8+, function components can now use hooks to use state and you can implement side-effects on first render and after every update. To take a closer look at this, lets see how a function and class component use state and fire functions on initial and subsequent renders by building a bare-bones To-Do List app — twice — once as a class component and then again as a function component.
class-app
Week of 15 Login with Authentication Introduction You will use Handlebars to generate HTML You will use Sequelize to create data models for the database storage You will use Express for routing You will use Bootstrap (or Materialize) as a frontend CSS framework You will use jQuery for front end form validation User story My Class App. You will be creating a system for the class. It should have user registration and a user login. There should be a registration page, a login page, a students page, an instructors page. Students have one instructor and up to 2 TA's. Instructors have many students. An Instructor can be either a TA or a Teacher. Steps User Interface Design a user interface that is pleasing to the eye. CSS Frameworks are your friend. Sessions Store the session data in a MySQL Database Data Models Your data models will change quickly, so you will have to use migrations to keep up. Routing / Templating There should be a layout that is consistent across all pages. And (roughly speaking), a template will match with a route. BONUS Use Passport.js for authentication Copyright Coding Boot Camp (C) 2016. All Rights Reserved.
daily-briefing
email-generator
This app is designed to make creating an html email simple. The idea is to build a template that would be used and reused by a company for sending emails. Once a design and format has been discussed with and approved by the client, the template can be styled to match the design and the client can simply fill out a form that will collect the contents of the email. Once submitted, the content would be appropriately placed within the template and the client can copy and paste the email directly into their email application. Built with React and Redux MaterializeCSS Firebase is used for its real-time database to collect data submitted via a form and authentication for registration and login Moment.js is used to add date and time of when email template is created and for notifications
freehold-wednesday-fun
react-crud-todo-list
A CRUD Todo List app created in React using Redux for state management. A user can create, read, update, and delete tasks. It still needs a paint job but it is fully functional.
darrylmendonez's Repositories
darrylmendonez/email-generator
This app is designed to make creating an html email simple. The idea is to build a template that would be used and reused by a company for sending emails. Once a design and format has been discussed with and approved by the client, the template can be styled to match the design and the client can simply fill out a form that will collect the contents of the email. Once submitted, the content would be appropriately placed within the template and the client can copy and paste the email directly into their email application. Built with React and Redux MaterializeCSS Firebase is used for its real-time database to collect data submitted via a form and authentication for registration and login Moment.js is used to add date and time of when email template is created and for notifications
darrylmendonez/freehold-wednesday-fun
darrylmendonez/20.2-more-angular
darrylmendonez/angular-boilerplate
darrylmendonez/angular2-tutorial-netninja
darrylmendonez/budget-planner
darrylmendonez/catch-of-the-day
darrylmendonez/charts
darrylmendonez/css-animated-gradient-shadow-effect
CSS Animated Gradient Shadow Effect
darrylmendonez/ctf-white-label-kiosk-demo
darrylmendonez/d3
darrylmendonez/geometry-formulas-npm-package
Collection of basic and commonly used geometry formulas
darrylmendonez/incognito-chat
darrylmendonez/intro-to-javascript-10-01-2018
darrylmendonez/marioplan
darrylmendonez/omdb-angular-app
darrylmendonez/pizza-store
This project uses php and mysql to create a pizza store app
darrylmendonez/react-for-beginners-by-wes-bos
darrylmendonez/react-playlist-with-thenetninja
darrylmendonez/react-redux-tutorial-by-net-ninja
React Redux online course by The Net Ninja: https://www.youtube.com/playlist?list=PL4cUxeGkcC9ij8CfkAY2RAGb-tmkNwQHG
darrylmendonez/react-tutorial-netninja
darrylmendonez/reading-list
This is a reading list app that pulls data from a MongoDB MLab database using an express node server. React is used to run the client app and reads and updates the database. Apollo is used to connect GraphQL to React. Both the server and the client need to be running concurrently in order for the app to be fully functional. Follow setup instructions below.
darrylmendonez/regular-expressions-netninja
darrylmendonez/resource-selector
A library of resources that can be displayed elegantly with a dynamic navbar based on how many objects are in the json
darrylmendonez/utiltities
CSS and JavaScript helper libraries to make web development easier
darrylmendonez/vue-firebase
Vue Firebase course by TheNetNinja on Udemy
darrylmendonez/vuejs-netninja
darrylmendonez/vuex-netninja
darrylmendonez/websockets-tutorial-netninja
darrylmendonez/white-label-ctf
A generic clinical trial finder kiosk application