Notes is a simple and easy-to-use note taking application. It allows you to create, edit and organize your notes in an efficient way.
- Create, edit and delete notes
- Organize notes by tags
- Search for notes by content or tag
- React
- Typescript
- Jest
- Chakra UI
- Vite
# install all dependencies
yarn install
# running server localhost
yarn dev
then access to http://localhost:8000
test cases are cover
- renderability of UI components e.g. NoteList, NoteCard, Note components
- CRUD methods e.g. create note, edit note, create tag
running the following command to run test
yarn test