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

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"

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

![Notes-App](https://imgur.com/yFjiQoI.jpeg)

## 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
```