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 doesn’t have any repository yet.