Skip to content

A simple and clean Notes App Frontend built using HTML, CSS, and JavaScript. This UI connects with the Notes API backend to add, view, and delete notes.

Notifications You must be signed in to change notification settings

Jerrwin/Node-Notes-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Notes App – Frontend (HTML, CSS, JS)

A simple and clean Notes App Frontend built using HTML, CSS, and Vanilla JavaScript. This frontend connects with the backend Notes API to create, view, update, and delete notes.

Perfect lightweight UI for learning how to connect a frontend to a REST API.


πŸ”— Backend Repository

Backend repo:

πŸ‘‰ https://github.com/Jerrwin/Node-Notes-API


✨ Features

  • Add new notes
  • View all notes
  • Update notes
  • Delete notes
  • Responsive UI
  • Clean and minimal interface
  • Connects directly to backend API endpoints

πŸ›  Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)
  • Fetch API (for calling backend)

πŸ“ Folder Structure

project/
 β”œβ”€β”€ index.html     β†’ Main UI
 β”œβ”€β”€ style.css      β†’ Stylesheet
 β”œβ”€β”€ script.js      β†’ API calls & UI logic
 └── README.md

πŸ“₯ Installation

  1. Clone the repository
    https://github.com/Jerrwin/Node-Notes-Frontend.git
    cd Node-Notes-API
  2. Open the app Simply Open: index.html
  3. Configure Backend URL Inside script.js, update your backend API URL:
    const API_URL = "https://your-backend-url";

🀝 Contributing

Feel free to open issues or submit pull requests. This project is beginner-friendly and ideal for practicing API integration.

About

A simple and clean Notes App Frontend built using HTML, CSS, and JavaScript. This UI connects with the Notes API backend to add, view, and delete notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published