Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaronyu728/notenook
- Owner: AaronYu728
- Created: 2024-07-16T15:15:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T09:15:36.000Z (6 months ago)
- Last Synced: 2024-07-18T11:29:07.104Z (6 months ago)
- Topics: jsx, material-ui, reactjs
- Language: JavaScript
- Homepage: https://note-nook.vercel.app/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)