Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronyu728/notenook

A simple note app using react.js
https://github.com/aaronyu728/notenook

jsx material-ui reactjs

Last synced: about 1 month ago
JSON representation

A simple note app using react.js

Awesome Lists containing this project

README

        

# Introduction

This is a simple note taking application built using React.js and Material-UI. The app allows users to create, view, and manage their notes efficiently.

## Features

- Create new notes
- View existing notes
- Delete notes
- Responsive design using Material-UI

## Technologies Used

- React.js
- Material-UI

# Quick Start

To get a local copy up and running, follow these steps:

## 1. Clone the repository:
```
git clone https://github.com/AaronYu728/NoteNook.git
cd NoteNook

```

## 2. Install the dependencies:
```
npm install

```

## 3. Start the application:
```
npm start

```

# Usage
- Open the app in your web browser.
- Use the input field to create new notes.
- Use the delete button to remove notes.

# Acknowledgements

- [Node.js](https://nodejs.org/en)
- [React.js](https://react.dev/)
- [Material UI](https://mui.com/)