This branch adds a framework for a profile page, where a user's profile information is held. It is currently stuck on a bug: the Professional XP and Interview XP states are meant to be updated by a component called ChangePoints. For some reason, whenever I use ChangePoints, React only looks to the first instance of it, and uses the information from it. I have two separate ChangePoints, one meant to change the state for proXp and the other for jobIntXp, and, as of now, they only change the proXp.
This branch adds a framework for a profile page, where a user's profile information is held. It is currently stuck on a bug: the Professional XP and Interview XP states are meant to be updated by a component called ChangePoints. For some reason, whenever I use ChangePoints, React only looks to the first instance of it, and uses the information from it. I have two separate ChangePoints, one meant to change the state for proXp and the other for jobIntXp, and, as of now, they only change the proXp.