https://github.com/elaad24/note_taking_app_ts
an mini project of not taking app to practice type script
https://github.com/elaad24/note_taking_app_ts
react react-router reactb typescript
Last synced: about 1 year ago
JSON representation
an mini project of not taking app to practice type script
- Host: GitHub
- URL: https://github.com/elaad24/note_taking_app_ts
- Owner: elaad24
- Created: 2024-02-10T23:22:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T18:36:17.000Z (about 2 years ago)
- Last Synced: 2025-01-22T19:22:02.324Z (about 1 year ago)
- Topics: react, react-router, reactb, typescript
- Language: TypeScript
- Homepage:
- Size: 767 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
## to run the server run : npm run server
## to run the from - vite : npm run dev
- this is a project to practice typescript
in it you can :
-
* creat notes and tags for the notes
* do CRUD oparations
* saved the data in the localStorage
* set the text as markdown
# imges ->
- create new note and new tages

- creat tags that saved in the localStorage

- filter the notes by the title or the tags

- can edit the notes and the tags