Track Your Goals Simulation
GitHub Repository: HERE
Made with: Visual Studio, React, NodeJS
Programming Languages: JavaScript & HTML (JSX), CSS
For this program, a user is able to type in any goal they want to add for themselves. In return, the program outputs their "saved" entries (It's not really saved because once the page is reloaded the data is lost). Lastly, the user is able to delete any goals they mistakenly added or the ones they feel are no longer necessary. What this project focuses on is managing the JSX code (making an entry where the user can type, functional buttons, and deleting entries when clicked) and applying it to its appropriate CSS for visualization. I personally feel this program is the best introduction to React and its features.