Introduction
In this post, Iām testing to see how this will work.
Actions
- š¹ Step 1: Build a full stacks application using Vscode using Node.JS.
- š¹ Step 2: Making sure the APi calls / routes work and that the enter being entered in is store in Json file.
- š¹ Step 3: Deployed the application using Github repo before pushing it to live server.(Render)
Result
Below is the result.
- š Summary of Key Findings:
-
Implemented CRUD operations (Create, Read, Update, Delete) for notes.
-
Created a frontend UI that allowed users to add, view, edit, and delete notes.
-
Set up an Express server that serves both API endpoints and static frontend files.
-
Store notes persistently using a JSON files.
-
Future Considerations
- š” Potential improvements:
- Idea 1
- Idea 2
- Idea 3