Zettai (Full-Stack Project) :
•Developed a full MERN stack application by programming an Express server with Node.JS and NPM where the users are registered and authenticated to store client data by leveraging Mongoose for creating data models, and employing React with Typescript for a user frontend designed with Material UI
•Coded parameters to React Routes in order to have a unique profile page URL for each person and for them to have the ability to view another person’s profile page
•Implemented React State Hooks to keep new data available for the frontend to display on all of its components
•Utilized GraphQL queries and mutations to handle retrieving and updating information with the database
•Leveraged an external REST API to get existing data and add slices of it to the server
•Managed user cookies with JSON Web Token to keep a user logged in for a period of time
Marvelous (Full-Stack Project):
•Launched a full stack Flask Application for creating a collection of characters where users can view other user’s collections by creating template pages with Jinja, by storing and saving user data with Postgres, SQLAlchemy, and PGAdmin4.
•Incorporated Flask Login to load current users when they login while creating Flask Forms to manage the forms for User Signup, User Login, Character Creation, and Comment Posting
•Engineered API routes that can be accessed by Users who have authorized access tokens to make different calls to the server and employed Insomnia to test the routes.