Project 1 Day 44: Today I am going to use cookies to track return users. Returning users will see a different version of the homepage than new users. UPDATE: we ended up using LocalStorage instead of cookies.
See a professional front-end developer at work. Unscripted. Mistakes included.
Live Site: https://catechetics.com
Repo: https://github.com/fus-marcom/ci-react
Trello Board for this Project: https://trello.com/b/oD4BYdZk
React: https://facebook.github.io/react/
Next.js: https://github.com/zeit/next.js/
Materialize: http://materializecss.com/
Twitter: https://twitter.com/JesseRWeigel
Youtube: https://www.youtube.com/c/JesseWeigel29
Instagram: https://www.instagram.com/jesse.weigel/
Terminal: https://www.iterm2.com/
Project Management: https://trello.com
–
Learn to code for free and get a developer job: https://www.freecodecamp.com
Read hundreds of articles on programming: https://medium.freecodecamp.com
And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp
source
Make a simplified version of JavaScript on the domain for new programmers who only know HTML and CSS e.g. when someone types "when 3 is less or equal than 6. print "hello". " it turns it into if(3 <= 6){ Document.write("hello"); } this is nice if people want to learn javascript and maybe even for kids.