The FamilyMe app is my personal project for the Full Stack Web Development Bootcamp at Boream.
This application helps your family getting orginized by providing a shared calendar and shopping list. It also provides a locator to check where the members are and a chat to talk about family matters. FamilyMe is a progressive and responsive web application so can manage your family from any device!
This repository contains the Angular 9 frontend project, to check out the backend project visit the following link: https://github.com/claudiabdm/familyme-api
To run this project you will need to install node.js, npm and angular in your local environmnet. https://angular.io/guide/setup-local
After you have cloned this repository in your directory, run the following command to install dependencies:
npm install
Use npm run dev
for a dev server. Navigate to https://localhost:4200/
. The app will automatically reload if you change any of the source files.