Notee allows users to write and edit notes as well as create directories/folders for different topics.
- If you don’t have it please install node.js and npm.
- Run
npm install
in the project directory. - Run
npm run dev
in the project directory. - The app should now be running on
localhost:3030
so put that into your web browser and try it out.
- Allows users to create directories/folders for different topics.
- Allow users to delete and rename directories and notes.
- Path that updates and displays the current directory/note the user is located.
- Allows users to navigate back to previous directories.
- Allows users to edit notes that was previously created.