A Personal Notes application built using Vite + React. This application allows users to add, delete, search, and archive notes.
- Notes Management: Create, update, and delete notes.
- Search Functionality: Search notes by title keyword.
- Archive Notes: Archive and unarchive notes.
- Vite: Next Generation Frontend Tooling.
- React: JavaScript library for building user interfaces.
- CSS: Styling the application.
- Node.js: Ensure you have Node.js installed (version 18.0.0 or higher is recommended).
- Clone the repository:
git clone https://github.com/falihdzakwanz/Personal-Notes.git
- Open the folder:
cd personal-notes
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build the project:
npm run build
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.