Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 610 Bytes

Notes Mini

Notes app originally made using Vue, re-made completely using React!

Made using -

  • React (18) - Main framework/library
  • Typescript - Language
  • Redux Toolkit - State management
  • React Router - Page routing
  • Sass/external stylesheet - Element styling

How to run in local server -

  • Clone the respository
  • npm install - To install project dependencies
  • npm start - To start the development server