Full Stacks Notesaker

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.

Live demo

GitHub Repository


  • šŸ“ 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:
    1. Idea 1
    2. Idea 2
    3. Idea 3