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
- Host: GitHub
- URL: https://github.com/zavierferodova/react-simple-note
- Owner: zavierferodova
- Created: 2022-05-30T12:38:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T04:39:37.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T21:38:15.098Z (5 months ago)
- Topics: dicoding-submission
- Language: JavaScript
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```