Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falihdzakwanz/personal-notes
ReactJS Submission Project for Dicoding Academy "Belajar Membuat Aplikasi Web dengan React"
https://github.com/falihdzakwanz/personal-notes
dicoding personal-notes reactjs submission vitejs
Last synced: 4 days ago
JSON representation
ReactJS Submission Project for Dicoding Academy "Belajar Membuat Aplikasi Web dengan React"
- Host: GitHub
- URL: https://github.com/falihdzakwanz/personal-notes
- Owner: falihdzakwanz
- Created: 2024-10-15T17:16:12.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:18:27.000Z (15 days ago)
- Last Synced: 2024-10-31T23:08:59.673Z (4 days ago)
- Topics: dicoding, personal-notes, reactjs, submission, vitejs
- Language: JavaScript
- Homepage: https://personal-notes-five.vercel.app
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to The Personal-Notes Repository!
A Personal Notes application built using Vite + React. This application allows users to add, delete, search, and archive notes.## Key Features
* **Notes Management**: Create, update, and delete notes.
* **Search Functionality**: Search notes by title keyword.
* **Archive Notes**: Archive and unarchive notes.## Technologies Used
* [Vite](https://vite.dev/): Next Generation Frontend Tooling.
* [React](https://react.dev/): JavaScript library for building user interfaces.
* [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS): Styling the application.## Getting Started
### Prerequisites
* [Node.js](https://nodejs.org/en): Ensure you have Node.js installed (version 18.0.0 or higher is recommended).### Steps
1. Clone the repository:
```
git clone https://github.com/falihdzakwanz/Personal-Notes.git
```2. Open the folder:
```
cd personal-notes
```3. Install dependencies:
```
npm install
```4. Run the development server:
```
npm run dev
```5. Build the project:
```
npm run build
```## Note
This project is part of a submission for the Dicoding Academy course “Belajar Membuat Aplikasi Web dengan React”.
Please do not reuse this project for your own submissions. It is intended for educational and open-source purposes only.