An app that keeps track of and organises notes and reminders hat I built using NextJS. You can visit it here
-
Install the required dependencies
npm install
-
Start the development server
npm run dev
-
Generate a production build
npm run build
-
Start the server
npm start
