/NOTES-APP

Basic notes app react on react JS

Primary LanguageJavaScript

NOTES-APP

React Notes App

A simple notes app built with React.js.

Features

  • Add Notes: Easily add new notes with a user-friendly interface.
  • Delete Notes: Remove unwanted notes without reloading the page.

Getting Started

Prerequisites

Make sure you have Node.js installed on your machine. You can download it from here.

Installation

  1. Clone the repository.

    git clone https://github.com/aishwarya-art/NOTES-APP.git

Setting Up the Project

1.Create React App: Open your terminal and run the following command to create a new React app using Create React App.

npx create-react-app react-notes-app

This will create a new directory called react-notes-app with the basic structure of a React app.

2.Navigate to the Project: Change into the project directory.

cd react-notes-app

3.Start the Development Server:

npm start

This will open your app in your default web browser. You can access it at http://localhost:3000/.

Notes_App.webm

Contributing

Feel free to contribute to the project by opening issues or pull requests.

created by

Aishwarya MS