/wordpad

A simple note taking application using React

Primary LanguageTypeScript

Wordpad

About

A simple online note taking app. Notes will be stored in user's browser and it won't store any data in cloud or database.

Demo

Tech Stack

  • React
  • Typescript
  • Material UI
  • HTML
  • CSS

Development

Clone and install

git clone https://github.com/bhuvanbalasubramanian/wordpad.git

cd wordpad

npm install

Run a development server.

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Build the project.

npm run build

License

This project is open source and available under the MIT License.