You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web works accordingly to FreeCodeCamp's tasks.
Sounds are provided by
1 - Tribute - simple web-page
Introduction to Html5. Plain css project - https://codepen.io/nerielle/pen/xVjPaQ
2 -Portfolio
Dependencies
Font awesome
Plain css project from "Responsive Web Design Projects" challenge https://codepen.io/nerielle/full/MyBqbO
3 - Get a quote - Random Quote Machine
Dependencies
Font awesome 4.6.2
jQuery 2.2.2
Quotes are provided by http://quotesondesign.com.
Had been fixed according a new task on Freecodecamp.com. In action: http://codepen.io/nerielle/pen/KzJzZa
Simple React app from Freecodecamp Challenge - https://codepen.io/nerielle/pen/BaNgdWW
14 - Simple Drum Machine
Dependencies
React
Sass
Simple React app from FreeCodeCamp Challenge. https://codepen.io/nerielle/full/xxwbzJB - here it is in action
15 - Simple React Calculator
Dependencies
React
Sass
Simple React app from FreeCodeCamp Challenge. https://codepen.io/nerielle/pen/yLYaMBX - here it is in action.
Calculator considers 'minus' sign as negative sign if it goes after another binary operation. Calculator considers only last operation if there were several operators entered consecutively. Calculator uses Reverse Polish Notation.