This is a simple Notes app built with React and Material-UI. Users can add, view, and delete notes.
React.jsMaterial-UIReact router domjson serverReact masonry css: For responsive masonry layoutsVite: Build tool
Install dependencies:
npm install
Start react dev server: 3000
npm run dev
Start json server: 5000
npm run server