This project is a notes app that is inspired by Notion. It is built using React and Typescript. The app allows users to create, edit, and delete HTML notes. The app is responsive and works on both desktop and mobile devices.
- Clone the repo
git clone https://github.com/rhudaj/NotesApp.git
- Navigate to the cloned directory
cd NotesApp - Install dependencies
npm install
In the project directory, you can run:
npm start: Runs the app in the development mode.npm test: Launches the test runner in the interactive watch mode.npm run build: Builds the app for production to thebuildfolder.