Memories is an application where people can share their memories in form of posts with people around the world. This repository contains the code for frontend of the application
This Application is live here : https://create-your-memory.netlify.app/
Applications Backend : https://github.com/iota-008/Create-Memories-Backend
memories-demo.mp4
Client: React, Redux, MaterialUI, MakeStyles, Redux-Thunk
Server: Node, Express, JWT Authorization
Database: MongoDB
Languages Javascript, JSX, HTML, CSS
Install Memories
- fork the repo
- clone from your account
- change to the cloned directory
- run: npm install
- run: npm start
See the project running on localhost :)
- Login/SignUp
- Create Post
- Modify existing posts
- Like Other's Posts
- Delete Own Posts
The frontend has been deployed on netlify. Every new push to main branch automatically deploys the newer version.
to get the optimized build of the application run the below command:
npm run build