This is the front end for Groupomania, a fullstack social media web app. The backend repo can be viewed here
Main features of the site include the ability to publish written and multimedia content in a public forum, like and comment on posts, as well as perform account deletion.
⭐️ The front end of this project is deployed to Netlify, and the backend is deployed to Heroku.⭐️
Option 1: Click here to view the deployed version.
- Make sure you have node and npm installed on your machine.
- Clone this repo
- Run
yarn start
from the root directory - The site should open in a new browser window. If it doesn't, navigate to http://localhost:3006.
(Since the backend is deployed to Heroku, there is no need to download it. However, the backend codebase can be viewed here.)
Tests were written with Cypress according to the end to end test plan. Click here to view the test plan document.
- React/JSX
- SASS
- AdobeXD wireframes
- Cypress testing