Note taking app that stores your tags and notes in Local Storage
React App for markdown note taking that stores notes and tags in Local Storage This was done to get a hands-on experience with building an app using React with TypeScript and the Vite build tool
ReactJS + TypeScript + Vite
TypeScript provides strong typing for props and make it easier for people to work with your codes and for you to look back on your codes later, it's also faster since it's statically typed, Vite is just faster than CRA
To get a local copy up and running follow these simple example steps.
- npm
- Clone the repo
git clone https://github.com/td2thinh/react-markdown-note.git
- Install dependencies
npm install
Run app
npm run dev
App available at http://localhost:PORT