Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.