rohit-kumar6 / mymemor_frontend

Front end for MyMemor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyMemor

A web app for storing your personal memories so that you can go through them to cherish the warm moments of your life and share the joy of memories with your loved ones.

Demo

  1. Registration and login
  2. Search, search suggestions and bond requests
  3. Add memory and sort memories

Introduction

This is the frontend React app for MyMemor.

Backend repository LLD document HLD document

Instructions

Add src/api_config.js with following content:

let API_BASE_URL = "http://localhost:8080/api";

export default API_BASE_URL;

Replace URL to your API base URL.

Use npm start to run frontend development server.

About

Front end for MyMemor


Languages

Language:JavaScript 93.2%Language:CSS 4.8%Language:HTML 2.0%