Skip to content

nedimdzanic/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

An application for adding notes. Notes can be edited, favored, deleted or exported. The application allows you to search for notes based on the title. All notes are stored in the local storage.

Demo

https://flipkod-notes.netlify.app

Installation

  npm install

Starting

  npm start
  • Runs the app in the development mode.
  • Open http://localhost:3000 to view it in your browser.
  • The page will reload when you make changes. You may also see any lint errors in the console.

Dependencies

Dependencies:

  "dependencies": {
    "@fortawesome/free-solid-svg-icons": "^6.0",
    "@fortawesome/react-fontawesome": "^0.1.18",
    "@reduxjs/toolkit": "^1.8.2",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^13.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-paginate": "^8.1.3",
    "react-redux": "^8.0.2",
    "react-scripts": "5.0.1",
    "web-vitals": "^2.1.4"
  },

Node.JS required version:

v16.13.1

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published