next for hackaduck2024 not sure really
For this project, I built a user registration and login system with intention to have both client-side and server-side components. On the front end, I created a registration form where users can enter a username and password. When the form is submitted, the data is meant to be sent to a Node.js server via a POST request. On the server side, I tried to use Express to handle incoming requests and fs (File System) to write user data to a physical users.txt file but i didn't succeed. The server was to validate the inputs, and if valid, it appends the username and password to users.txt. In case of errors, the server sends appropriate feedback to the client. The setup allows user data to be stored persistently on the server, and users are notified about the success or failure of their registration. i am proud of this project because it highlights basic concepts of full-stack development, although i coul not include RESTful API requests and file handling, and user interaction through the front-end interface. from this project, i learnt how to use javascript, i was in the rocess of learning to use node and php to assist with the server end of things but i need more time to learn how to use node so that wa the challenging part, and also changing the code a few times affected the structure, so i had to spend quite some time to fix it although it still does not look the best, it is functional.
Log in or sign up for Devpost to join the conversation.