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

https://github.com/zavierferodova/react-simple-note

Course Submission Belajar Membuat Aplikasi Web dengan React
https://github.com/zavierferodova/react-simple-note

dicoding-submission

Last synced: 4 months ago
JSON representation

Course Submission Belajar Membuat Aplikasi Web dengan React

Awesome Lists containing this project

README

        

# Simple Note
The Simple Note Web Application build with React JS.

**Features:**
- Write Note
- Archive Note
- Edit Note
- Delete Note
- Search Note by Title

## Production & Development
Run the command below to start production build.
```
npm run build
```
Run the command below to start development environment.
```
npm start
```