This gallery application is the first version of a demo application for the purpose of learning fullstack javascript development. This app was developed for the sole purpose of learning and challenge. The challenges set were:
- Passing data between the frontend and backend
- Using Redux for state management
- Managing file uploads
- Authentication using Oauth2.0
- Following conventions of structure and clean code
- View all posts by all users
- Login with google account
- View own profile and own photos
- Add new photos
- Comment on photos
- Delete photos
You can find a demo of this project at this link
Clone the repo.
Use the package manager yarn
yarn installCreate .env file to store environment-specific variables.
- Post likes
- Facebook login
- View user profiles
- Design Updates
