Skip to content

Instantly share code, notes, and snippets.

Headline & Bio -
Hi, I'm Elliot. I'm a web & mobile developer.
About Me -
I am full stack developer with a passion for UX and design. My love for coding comes from enjoying solving problems and seeing
the ideas and the entire process come to life. I am passionate about Javascript and modern Javascript libraries, and I love using
CSS as a tool to create a responsive website, clever animations, and a minimalist design to convey more.
My interest in software has led me to build things such as a Front End project, and most recently a full stack project using
technologies including React and Node. When I'm not coding, I am often going on a run, playing the guitar, or going on a challenging hike.
@elliotkim916
elliotkim916 / Big O Drills
Created June 11, 2018 22:09
Big O Drills
Even or odd = Constant Run Time Complexity 0(1)
Are you here? = Polynomial Run Time Complexity 0(n^k)
Doubler = Linear Run Time Complexity 0(n)
Naive Search = Linear Run Time Complexity 0(n)
Creating pairs = Polynomial Run Time Complexity 0(n^k)
@elliotkim916
elliotkim916 / Final Feedback for React Capstone
Last active June 1, 2018 16:57
Final Feedback & iterations
Some headers and buttons were out of place on mobile
Possibly add feature where user can rate comic
Possibly add feature where user can archive their comic instead of just deleting them so user can go back to them
Possibly add feature where user can take notes
Spoke with the Thinkful community after putting out my app for review on both the React and Flex Full Stack channels.
Adding those additional features is something I want to do, but because I am pressed on time I will do it on my own time after the program.
Fixing the headers & buttons on the mobile view is something I need to do extra research on and talk to a mentor about as well.
@elliotkim916
elliotkim916 / Feedback | Changes
Created May 31, 2018 21:40
Feedback & Iteration for Marvel Encyclopedia Capstone
Notified users once user adds/saves a comic and deletes comic
Adding the ability to rate the comics the user has read / Add feature later
Archiving the comic books instead of deleting them to search through in the future / Add feature later possibly
@elliotkim916
elliotkim916 / Static React Client
Created May 12, 2018 01:31
Static React Client
Marvel Encyclopedia
http://5af5c0fdb13fb162ffde67fe.upbeat-hamilton-aed8e5.netlify.com
https://github.com/elliotkim916/marvel_encyclopedia_client
@elliotkim916
elliotkim916 / HTML Wireframes & Userflows
Created May 3, 2018 05:25
HTML Wireframes & Userflows
App Name: Marvel Encyclopedia
Landing Page with sign up at the bottom
https://repl.it/@elliotkim916/Marvel-Encyclopedia-Landing-Page
- User enters valid username & password to create new account ---> Taken to User Home Page
- User enters invalid username &/or password when creating new account ---> Error Message Appears to supply valid username/password
- User logs in with existing username & password --> Taken to User Home Page
User Home Page
https://repl.it/@elliotkim916/Marvel-Encyclopedia-User-Home-Page
As a user I should be able to ...
Sign up for Marvel Encyclopedia
Sign in to Marvel Encyclopedia
Log out of Marvel Encyclopedia
Search for various Marvel Characters
Save characters that I like into my account
Delete characters that I have saved into my account
See the previous characters that I have searched for
Click on links that will open new pages that give more information on the character searched for
Marvel Encyclopedia
The Marvel Explorer App allows users to learn more about their favorite heroes and villains they see on the big screen.
@elliotkim916
elliotkim916 / React Router Drill
Created April 24, 2018 02:50
React Router Drills
https://glitch.com/edit/#!/waiting-icicle?path=src/components/email.js:1:0
https://glitch.com/edit/#!/superficial-probation?path=src/reducers/index.js:13:2
https://glitch.com/edit/#!/plucky-element?path=src/actions/index.js:2:26
OR
https://glitch.com/edit/#!/quirky-grade?path=src/index.js:1:0