/note-list

Primary LanguageTypeScript

Note-list

This small app allows you create, save, update and delete notes.

Notes

Try it on GH-pages! https://mihancheggg.github.io/note-list/

Technologies used

  • TypeScript
  • React
  • Redux
  • Uuid

Setup

  1. Clone repository from github and install dependencies

yarn install

  1. Start the frontend application locally, by default it will be in http://localhost:3000

yarn start

Commits description

fix: - fixing code bugs

refactor: - code refactoring

feat: - adding new features