Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:01:11.000Z (5 months ago)
- Last Synced: 2024-09-26T17:41:37.965Z (4 months 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
[![HTML5](https://img.shields.io/badge/-HTML5-black?style=for-the-badge&logo=html5)](https://github.com/evelyn-zhan?tab=repositories&language=html)
[![CSS3](https://img.shields.io/badge/-CSS3-black?style=for-the-badge&logo=css3&logoColor=blue)](https://github.com/evelyn-zhan?tab=repositories&language=css)
[![JavaScript](https://img.shields.io/badge/-JavaScript-black?style=for-the-badge&logo=javascript)](https://github.com/evelyn-zhan?tab=repositories&language=javascript)
[![React](https://img.shields.io/badge/-ReactJS-black?style=for-the-badge&logo=react)](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.