Demo: Seu Cantinho
"Seu Cantinho" is an app prototype of a social network focused on sharing visited places.
It is a SPA (Single Page Application) served by a RESTful API, using the MERN stack: MongoDB + Express + React + Node.js.
This is the front-end side, made in React.
You'll need to install and run both the front-end and back-end (using npm or yarn) for making it work properly.
Back-end: Link
npm install
npm start
Now your "Seu Cantinho - Front-end" is running at http://localhost:3000