Full stack react native app
https://www.youtube.com/watch?v=UT-IiIdEX4c
https://github.com/Galaxies-dev/anki-clone-react-native-xata?tab=readme-ov-file
there are 5 parts to this tutorial
- nodeJS server API and database https://xata.io
- express : file base routing
- select sets from pre defined set so that user can make custom set
- create your sets , uploading cards , uploading images
- how to learn with these cards, how to present it in cool way using re-animate
What is ~ and ^ in package.json ?
https://www.geeksforgeeks.org/javascript/difference-between-tilde-and-caret-in-package-json/
- ^ allows major and patch updates
- ~ allows only patch updates
Nodemon is a command-line interface (CLI) utility that automatically restarts a running Node.js application when it detects file changes in the project directory.
create Xata table file with following structure (16:09 )
Comments
Post a Comment