https://github.com/evelyn-zhan/noted-io-react
📝 Notes App (React JS)
https://github.com/evelyn-zhan/noted-io-react
dicoding dicoding-submission notes-app react-js
Last synced: 5 months ago
JSON representation
📝 Notes App (React JS)
- Host: GitHub
- URL: https://github.com/evelyn-zhan/noted-io-react
- Owner: evelyn-zhan
- Created: 2024-05-29T09:00:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:01:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T13:35:01.258Z (over 1 year ago)
- Topics: dicoding, dicoding-submission, notes-app, react-js
- Language: JavaScript
- Homepage: https://noted-io-react.vercel.app
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 noted.io - React Notes App
A note taking app built with **React.js**.\
This is a React capstone project to pass the course of **Dicoding Indonesia: Learn to Build Web App with React**.\
The project utilizes **Vite** for the usage of **React**.
## ⭐ Features
- Add Notes ✅
- Search Notes ✅
- Archive / Unarchive Notes ✅
- Delete Notes ✅
## 💻 Technologies
[](https://github.com/evelyn-zhan?tab=repositories&language=html)
[](https://github.com/evelyn-zhan?tab=repositories&language=css)
[](https://github.com/evelyn-zhan?tab=repositories&language=javascript)
[](https://github.com/evelyn-zhan?tab=repositories&language=javascript)
## ⚙️ Run Locally
Clone the project
```bash
git clone https://github.com/evelyn-zhan/noted-io-react.git
```
Go to the project directory
```bash
cd noted-io-react
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
##
© Evelyn 2024.