sanjay270899 / Athavani

Athavani/Memories is a full-stack MERN Tool built in order to save all your memories in a single place and rejoice them through the years.

Home Page:https://athavani-sanjay-frontend.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Athavani

📌 Motive of the Project

Athavani or Memories is a full-stack MERN tool built which is used to save all your memories in a single place so that you can enjoy them throughout the year.

💡 Project Background

The Project's Frontend is built with the help of Reactjs and Material-Ui and it is backed by Nodejs. Its Backend is built using Expressjs using MongoDB as a Database. The user has the following abilites:

  • Create a Memory
  • Update a Memory
  • Delete a Memory
  • Like a Particular Memory
  • Fetch all Memory at a Time

Technologies Used

A sneak peek into what we have here🙈 :

Creation of Memory

create memory

Updation of Memory

update memory

Like a Memory

like memory

Delete a Memory

delete memory

⭐ Getting Started

Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck:

💥 A guide for Contribution

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Read the Code of Conduct
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.
  • For more details visit the Contribution Guide

⭐ Contribution:

1. Fork this repository. Click on the symbol at the top right corner.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/Athavani

3. Navigate to the project directory.

cd Athavani

4. Make a new branch

#Make a new branch to avoid conflicts with the main branch of repository
git checkout -b NewBranchName

5. Make changes in source code.

6. Stage your changes and commit

#Add changes to Index
git add .

#Commit to the local repo
git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

git push

8. Create a PR !

9. Congratulations! Sit and relax, you've made your contribution to Athavani project.

▶️ How to Run the Project

1. Navigate to the project directory.

cd Athavani

2. Navigate to the Client directory.

cd client
npm install
npm start / yarn start

3. Navigate to the Server directory.

cd server
npm install
npm start 

🛈IMPORTANT🛈

To open the web app directly from CLI use:- explorer "https://memoriestejastapas.netlify.app/"

If you have cloned this repo, then open git in this directory and use ./script.sh

📢 Open Source Program

This Project is a part of the following Open Source Programs

Devscript Winter of Code GirlScript Summer of Code Lets Grow More Summer of Code

Levels & Points

Level Points
Level 0 5
Level 1 10
Level 2 15
Level 3 30
Level 4 45

⭐ Issues:

For major changes, you are welcomed to open an issue and discuss what you would like to contribute. Enhancements will be appreciated.

❤️ Project Admin


Tejas1510

💻

✨ Contributors

🔔 Credits

The project is built by learnings from JavaScript Mastery and various resources available on the internet.

built by developers built with love

About

Athavani/Memories is a full-stack MERN Tool built in order to save all your memories in a single place and rejoice them through the years.

https://athavani-sanjay-frontend.netlify.app/

License:MIT License


Languages

Language:JavaScript 80.6%Language:CSS 11.1%Language:HTML 7.9%Language:Shell 0.4%