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/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.
darrylmendonez/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/booklist
Used context api and hooks to be able to toggle between themes and user log in status.
darrylmendonez/books-to-read
darrylmendonez/business-site-template
Basic business site with home, products, about, blog, about, & contact pages. Built with react, react-router-dom, redux, & axios.
darrylmendonez/css-flexbox
darrylmendonez/danger-room-fitness-tracker
Built with ES6 and D3.js, this fitness tracker keeps track of exercise activities and visualizes progress.
darrylmendonez/darrylmendonez.github.io
Rutgers Coding Bootcamp Portfolio
darrylmendonez/devicon
Set of icons representing programming languages, designing & development tools
darrylmendonez/explorer-kiosk
White Label Explorer Kiosk - a boilerplate for clinical trial finder app. Best viewed at 1920 x 1080. Set browser to enter fullscreen on a large monitor or, if viewing on a laptop or small monitor, see documentation below on how to set your browser to proper scale. View app:
darrylmendonez/find-inspiration
This image gallery application allows users to find inspiration by searching through high quality images shared by photographers around the world. The images are provided by the Unsplash API. Cypress is used for unit and e2e testing.
darrylmendonez/generic-agency-website
darrylmendonez/geo-maps-tracker
darrylmendonez/holiday-card-2022
darrylmendonez/image-gallery
darrylmendonez/internet-brands
darrylmendonez/minimallists
A simple to-do list application with no frills. Created with React using Context and Hooks. Your data is saved locally on your device which means it's not in a cloud or accessible by the developer and does not get lost when you close or refresh the page making this a useful tool:
darrylmendonez/misfits-market
Buy produce using this user-friendly app built in React. Async Await is used to fetch the data. Redux is used to manage the state.
darrylmendonez/ngrxFire
A simple voting application using Angular 8 and Redux via NGRX to manage the state. This repo will be a good reference to simply implement NGRX in future angular apps. View the demo site with the console open or use the Redux Devtools chrome extension which can be downloaded from the Chrome Web Store
darrylmendonez/project-mgmt-board
A very simple Project Management Board utilizing drag and drop functionality via react-beautiful-dnd.
darrylmendonez/python3-tutorial-by-thenetninja
darrylmendonez/react-context-hooks
darrylmendonez/react-hooks
darrylmendonez/react-testing-w-cypress
darrylmendonez/react-tests-w-jest
React Redux Unit & Integration Testing with Jest and Enzyme
darrylmendonez/rocks-paper-scissors
darrylmendonez/small
A mock Medium blog app built with React that fetches blog data and image data from two different sources - jsonplaceholder and picsum, then merges the data, and finally renders the data
darrylmendonez/testing-w-react
darrylmendonez/todolist-application-react-redux-darryl
darrylmendonez/vuetify-todo-list