an twitter clone made for the mobile applications course at university so i thought i could name it what i wanted so the app is chitt2.0 :(
to install the app
- download Chittr2
- open a terminal and cd to the location you download the file
- run npm i
- open up android studio and run a emulator
- you will have to have a running react native on you pc you can follow instruction at https://reactnative.dev/docs/getting-started
- open a new terminal and cd to chittr_server_v6
- run npm i
- run npm start
- go back to the first terminal and run npm react-native run-android