Wave is a social media app for students. It is a message board.
User can see messages from different channels related to University. While administrators can send these messages.
The project was developed using Expo v46 and Npm v18.x.x.
- Visit Wave on netlify
- Toggle mobile device emulation in browser developer console to set proper resolution (app was developed for smartphone)
F12
and thenCtrl+Shift+M
- Clone repository:
git clone https://github.com/fedek1324/Wave
- Open project folder:
cd Wave/
- Install node packages:
yarn install
- Run metro bundler:
npm run start
- Click
w
to open web - Toggle mobile device emulation in browser developer console to set proper resolution (app was developed for smartphone)
F12
and thenCtrl+Shift+M