thisLinda
Recent: Intern CAMP Systems International. Nashua Community College Back End and Front End Dev Programs.
Boston MA metro, USA
Pinned Repositories
arcade-udacity
code not submitted for project
CRUD-Med-App
Promineo Tech Front-End Final Project.
dNd_CRUD_Group-Project
"As a team, create a full CRUD application of your choice. If you can use an existing API, use AJAX to interact with it. However, you do not have to use an API. If you do not use an API, store the entities you will create, read, update, and delete in an array. Application should have at least 1 entity per team member. Use a form to add new entities. Build a way for users to update or delete entities."
G_Spys
Stanford Code in Place final project. An I Spy Python app utilizing Tkinter.
google-maps-react-ronda
Udacity Front End Web Developer Nanodegree (FEND) final project.
med-reactions-db
Promineo Tech Back-End Spring Boot Final Project. Requirements: database design which contains at least 3 entities and 3 tables, contains all CRUD operations (Create, Read, Update & Delete), each entity should have CRUD operations with one entity having all 4 CRUD operations, contains at least 1 one-to-many relationship, contains at least 1 many-to-many relationship with one or more CRUD operations on this relationship
stronger_voice_menu-app
Promineo Tech Coding Assignment, week 5. Write code that accomplishes the objectives and ensure the code runs as directed. Create a menu app with the following requirements: use at least one array and at least two classes with the options to create, view, and delete elements.
travel-journal
Scrimba Learn React Solo Project 2. Target instruction: props. Not built for mobile. https://scrimba.com/learn/learnreact
whats-in-my-freezer
React app utilizing Ant Design component library--new learning, lots of hair pulling.
thisLinda's Repositories
thisLinda/SQLWeek11Assignment
thisLinda/SQLWeek10Assignment
thisLinda/SQLWeek9Assignment
thisLinda/SQLWeek8Assignment
thisLinda/TheJavaWarProject
thisLinda/SQLWeek7Assignment
thisLinda/Logger
thisLinda/JavaWeek3Assignment
thisLinda/Office-Hours
Notes from Front End Office Hours Sessions
thisLinda/meme-generator
Scrimba Learn React Instruction Project 3. Target instruction: state and effect hooks (as well as event listening, conditional rendering, forms).
thisLinda/it-is-um
thisLinda/state-picker
thisLinda/CRUD-Med-App
Promineo Tech Front-End Final Project.
thisLinda/markdown-notes-app
thisLinda/cats
thisLinda/business-card
Scrimba Learn React Solo Project 1, https://scrimba.com/learn/learnreact
thisLinda/travel-journal
Scrimba Learn React Solo Project 2. Target instruction: props. Not built for mobile. https://scrimba.com/learn/learnreact
thisLinda/airbnb-experience
Scrimba Learn React Instruction Project 2, https://scrimba.com/learn/learnreact
thisLinda/thisLinda.github.io
thisLinda/CRUD-meds-app
thisLinda/movie-review-app
Promineo Tech Bootcamp, React Week 2 coding assignment. Create a page of an application that enables users to vote and leave reviews on movies. You should include at least the following components: MovieList – a container for all the Movie components and their data, Movie – a component that represents movie data, Stars – a one to five-star rating component that allows users to rate something, ReviewList – a container inside of a Movie that houses Review components, Review – A text review a user can leave on a movie, ReviewForm – a form at the bottom of a Movie component that allows users to leave reviews. When submitted, the review should be added to the movie. All this data can be stored in an array, no networking or database needed for this assignment.
thisLinda/React-LoginForm
Promineo Tech Bootcamp, React Week 1 coding assignment. Using create-react-app, create a new React project. Create a LoginForm component that should contain username and password input fields, an h3 that says Log In, and a border. Style the component using the default generated css file. Create a Navigation component that contains links styled like a navbar. The links don’t have to go anywhere. Put the Navigation component at the top of the page and the LoginForm in the center of the page.
thisLinda/dNd_CRUD_Group-Project
"As a team, create a full CRUD application of your choice. If you can use an existing API, use AJAX to interact with it. However, you do not have to use an API. If you do not use an API, store the entities you will create, read, update, and delete in an array. Application should have at least 1 entity per team member. Use a form to add new entities. Build a way for users to update or delete entities."
thisLinda/tic-tac-toe
thisLinda/team_app-video_code
Promineo Tech Front End instructional video (DOM).
thisLinda/stronger_voice-dom_app
Promineo Tech Coding Assignment week 9: Use HTML, Bootstrap, and JavaScript create a single page website that contains the following: Bootstrap style table representing your choice of data, Bootstrap styled form that allows a user to add a new row to the table when submitted.
thisLinda/bootstrapAssignment
Promineo Tech Coding Assignment week 8: Bootstrap. Create a new website using HTML and Bootstrap; must include the following: Bootstrap navbar, Bootstrap styled table, Bootstrap styled form, at least 2 pages, Bootstrap grid used throughout to format elements, elements should stack vertically when the window is small.
thisLinda/stronger_voice-html_app
Promineo Tech Coding Assignment, weeks 7 (HTML) & 8 (CSS). Week 7: Create a website using only HTML. The website can be anything you like (within school guidelines) as long as it meets the following criteria – website must contain: at least 3 pages, links to navigate between all pages present on each page, a list, 3 images, 2 different size headers, a table, a form. Week 8: style the website with external CSS, style each element, use class, id, element selectors.
thisLinda/Class_Based_War
Promineo Tech Coding Assignment, week 6. Final project: create an automated version of the classic card game WAR using classes. “You can implement the game however you’d like. The completed project should do the following: deal 26 Cards to two Players from a Deck, iterate through the turns where each Player plays a Card, the Player who played the higher card is awarded a point, Ties result in zero points for either Player, after all cards have been played, display the score. Write a Unit Test using Mocha and Chai for at least one of the functions you write.” NOTE: there's a bug in the logic.
thisLinda/stronger_voice_menu-app
Promineo Tech Coding Assignment, week 5. Write code that accomplishes the objectives and ensure the code runs as directed. Create a menu app with the following requirements: use at least one array and at least two classes with the options to create, view, and delete elements.