Skip to content

akunna1/React-Node-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Notes App 📝

Overview

This is a straightforward notes application built with React.js for the frontend and Node.js for the backend. It allows users to create, view, and manage notes without any database—data is handled in-memory for practice purposes.


Features

  • Create, edit, and delete notes
  • Frontend built with React.js
  • Backend API built with Node.js (Express)
  • No database — data is stored temporarily in server memory

Purpose

This project is designed as a practice exercise to strengthen skills with React.js and Node.js, focusing on frontend-backend communication without persistent storage.


Getting Started

  1. Clone the repository
  2. Install dependencies in both frontend and backend folders:
npm install
  1. Run the backend server:
node server.js
  1. Run the React frontend:
npm start
  1. Open your browser at http://localhost:3000 to use the app.

Notes

  • Data will reset when the server restarts since no database is used.
  • Ideal for learning API integration and React state management.

About

Practicing using react.js and node.js by creating a simple notes app with no database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published