Social Media app that'll allow you to login/sign up, create posts, upload images and receive notifications from your posts
The app is hosted on firebase in the following link:
(https://wagwan-6797c.firebaseapp.com/)
The wiki is at:
(https://github.com/ParsaYadollahi/wagwan/wiki)
- API Base URL: Add "https://us-central1-wagwan-6797c.cloudfunctions.net/api" as the 'proxy' value in package.json
- Clone this repository.
- cd to the
wagwan/wagwan-client
folder. - Run
npm install
to install all the dependencies. - You can now run
npm start
to see the app onhttp://localhost:3000
or the one chosen.
- You need to first create an account, which, if successful, you will then be redirected to the home page.
- With an account, you can now like and comment on posts, expand the post for more details, go to the user profile, edit your details and so forth.
- It's a social media app that is like Twitter and Reddit, same concepts, feel free to explore :)
- Parsa Yadollahi - ParsaYadollahi
- Juiced my winter break, but was well worth the learning outcome.