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.
https://flipkod-notes.netlify.app
npm install
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": {
"@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