Pinned Repositories
hackathon-wellness
Women Hack for Social Impact - All-Women's Hackathon
authors
Created a full CRUD app with React, Express, Node, and MongoDB (+validations)
CRUDelicious
Created an ASP project with a Dish model and added a Dishes table to the MySQL DB
DojoSurvey
Created an ASP.NET Core project and practiced handling form data and using ViewBag
FormSubmission
Practiced validations on a variety of form fields, and used Data Annotations and Models to generate error messages
HungryNinja
Practiced different class interactions using private properties, public getters, and class methods
Movie-App
A movie app where user can browse movies using TMDB API and add them to their watch/liked list
Planthood
A full-MERN journaling app to help users keep track of their plants and care instructions
team_manager
Created a Team Manager App that manages the team roster (full MERN)
WeddingPlanner
Created a web app that allows registered users to plan a wedding. Users can RSVP to weddings and view attendee lists.
sujungchoi1's Repositories
sujungchoi1/CRUDelicious
Created an ASP project with a Dish model and added a Dishes table to the MySQL DB
sujungchoi1/DojoSurvey
Created an ASP.NET Core project and practiced handling form data and using ViewBag
sujungchoi1/HungryNinja
Practiced different class interactions using private properties, public getters, and class methods
sujungchoi1/FormSubmission
Practiced validations on a variety of form fields, and used Data Annotations and Models to generate error messages
sujungchoi1/fundamentals1
created a new .NET console project and used C# variables, if/else statements, and loops
sujungchoi1/Basic13
Solved Basic 13 algorithm problems with C#
sujungchoi1/DojoSurveyValidation
Updated the Dojo Survey assignment with appropriate validations
sujungchoi1/Portfolio
Created a portfolio pages using navbar
sujungchoi1/Puzzles
Additional problems with basic c# concepts
sujungchoi1/ViewModelFun
Practiced rendering pages by passing along data with ViewModels
sujungchoi1/authors
Created a full CRUD app with React, Express, Node, and MongoDB (+validations)
sujungchoi1/team_manager
Created a Team Manager App that manages the team roster (full MERN)
sujungchoi1/box_generator
Create a component with a form inside which accepts a color
sujungchoi1/BoxingUnboxing
created in a new .NET project with boxing and unboxing/explicit casting
sujungchoi1/CollectionsPractice
created in a new .NET project with arrays, lists, and dictionaries
sujungchoi1/DeckOfCards
Practiced OOP concepts by working with classes, objects, and their associated methods
sujungchoi1/DojoSurveyWithModel
Practiced binding form data to a model object
sujungchoi1/favorite_books
Practice one-to-many and many-to-many relationships
sujungchoi1/Human
Built a new .NET console project with a Human class
sujungchoi1/jokes_api
Created a Jokes API with Express and Mongoose (+Postman)
sujungchoi1/more_forms
Created a form with a React Component and added error messages
sujungchoi1/pokemon_api_react
Create a React project that fetches Pokemon from Pokemon API
sujungchoi1/product-manager
Created a product manager app with full stack MERN (refactored)
sujungchoi1/puttingItTogether
sujungchoi1/RazorFun
Created a new string array in a View, using Razor
sujungchoi1/routing_practice
Create a simple React app that can handle multiple routes (Reach Router)
sujungchoi1/Semi-Restful_TV_Shows_Validated
Practice ORM queries and validating data before entering it into the database
sujungchoi1/star_wars_api
Created a front-end app to navigate the Star Wars API with React
sujungchoi1/TimeDisplay
Created an ASP.NET Core app that finds the current date and time and displayed on the front-end.
sujungchoi1/todo_list
Create a to-do list application with React