Giter VIP home page Giter VIP logo

mynotes's Introduction

MyNotes

Overview

This react web application was created as a requirement for completing the "Belajar Membuat Aplikasi Web dengan React" class at Dicoding with program IDCamp 2023 from Indosat Ooredoo Hutchison.

The purpose of this class is for students to be able developing a website with UI components that are reusable, declarative, and reactive to changes in data, and create a web application with React that utilizes functional components, stateful components, and controlled components.

The application enables users to save notes in Web Storage. It utilizes stateful components to efficiently manage data changes triggered by event handling and includes a search functionality for notes based on title and label.

Installation

  1. Clone the project repository to your local machine using a Git client or by downloading the project as a zip file.
git clone https://github.com/k1adi/mynotes.git
  1. Navigate to the project's root directory in your terminal or command prompt.
cd mynotes
  1. Install the project's dependencies.
npm install or yarn install
  1. Running development version
npm run dev
  1. Build and running production version
npm run build or npm run prod

This project uses vite for building and serving the project, the package.json file provided contains several scripts for building, serving and development mode. Make sure you have the required version of Node.js and npm installed before running the above commands.

Alternatively, you can directly access the deployed react web application at mynotes-kiadi.netlify.app/

Scripts

  • dev: Running development version of react web application.
  • build: Build production version of react web application.
  • prod: Running production version of react web application.
  • preview: Locally preview the production build.
  • lint: Run the eslint.

Features

  • Switch theme (light/dark).
  • Add new note data.
  • Edit note data.
  • Delete note data.
  • Open pop-up note detail.
  • Has two statuses for note data.
  • Search for note data by title and label according by archived.
  • Utilizes localStorage to store data.

Submission info

Submission info

Author

License

This project is licensed under the LICENSE.md - see the LICENSE.md file for details

mynotes's People

Contributors

k1adi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.