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 

  1. nodeJS server API and database https://xata.io
  2. express : file base routing
  3. select sets from pre defined set so that user can make custom set
  4. create your sets , uploading cards , uploading images
  5. 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 )


NPX vs NPM








Comments

Popular posts from this blog

Agentic AI Course : Week 1

LLM Engineering course : Day 1

LLM Engineering : Week 2