Project Title: multistep-form


    Aim

    Create a Multi Step Form to upload data to a database.

    Skills Applied

    • The biggest challenge with the project was to maintain the state between renders. I tried using ContextAPI as well as useState and nothing worked even though the code should theoretically. <br/> I continued to do research using AI including discussion the problem with the FEDSA community who had a look at the code and they did not have a solution by our second meetup.Tried React-Hook-Form to manage the state of the form and it worked, yay!!

    Architecture

    architecture

    Stack used in the Project

    html

    nextjs

    html

    typescript

    Challenges

    • The biggest challenge with the project was to maintain the state between renders. I tried using ContextAPI as well as useState and nothing worked even though the code should theoretically. <br/> I continued to do research using AI including discussion the problem with the FEDSA community who had a look at the code and they did not have a solution by our second meetup.Tried React-Hook-Form to manage the state of the form and it worked, yay!!