Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 2.55 KB

File metadata and controls

88 lines (64 loc) · 2.55 KB
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

Notes App

My-Personal-Notes This Project is a final submission to basic react course at dicoding. In this project you can use CRUD operation to create notes, search notes, archive notes, and more validation.

Built With

  • Javascript
  • React

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/Muhthoriqas/Notes-ReactJS.git
  2. Go to project
    cd Notes-ReactJS
  3. install npm
    npm i
  4. run project
    npm start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b main )
  3. Commit your Changes (git commit -m 'Add some feature')
  4. Push to the Branch (git push origin main)
  5. Open a Pull Request

(back to top)