https://github.com/febrian2108/personal-notes-app
Final Project Dicoding "Belajar Membuat Aplikasi Web dengan React"
https://github.com/febrian2108/personal-notes-app
notes-app notes-react notes-react-app reactjs
Last synced: about 1 year ago
JSON representation
Final Project Dicoding "Belajar Membuat Aplikasi Web dengan React"
- Host: GitHub
- URL: https://github.com/febrian2108/personal-notes-app
- Owner: febrian2108
- License: mit
- Created: 2024-11-11T06:26:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T08:11:21.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:30:14.801Z (over 1 year ago)
- Topics: notes-app, notes-react, notes-react-app, reactjs
- Language: JavaScript
- Homepage: https://notes-react-js-indol.vercel.app
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Notes App
Project ini dibuat untuk menyelesaikan Final Project dari Course "Belajar Membuat Aplikasi Web dengan React" DiCoding
## Screenshots

## Live Demo
Live Demo: https://personal-notes-app-rho.vercel.app/
## Tech Stack
**Client:** React, Bootstrap, JQuery.
## Installation
Install Personal-Notes-App with npm
1. Clone the repo
```sh
https://github.com/febrian2108/Personal-Notes-App.git
```
2. Go to project
```sh
cd Personal-Notes-App
```
3. install npm
```sh
npm i
```
4. run project
```sh
npm start
```