Skip to content

Simple Note Taking App with markdown support in ReactJS written in Typescript

Notifications You must be signed in to change notification settings

td2thinh/react-markdown-note

Repository files navigation


React App for note taking with Markdown

Note taking app that stores your tags and notes in Local Storage

Table Of Contents

About The Project

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

Built With

ReactJS + TypeScript + Vite

Lesson Learned

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

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm

Installation

  1. Clone the repo
git clone https://github.com/td2thinh/react-markdown-note.git
  1. Install dependencies
npm install

Usage

Run app

npm run dev 

App available at http://localhost:PORT

About

Simple Note Taking App with markdown support in ReactJS written in Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published