Logo

Keeper

Forks Stargazers Issues LinkedIn

A web platform to store all your contacts with the ease to call or whatsapp on one tap.
Explore Code »

View Demo · Report Bug · Request Feature

CryptoConvert is a web application that enables users to convert amounts various cryptocurrencies to fiat currencies. The application utilizes real-time exchange rates obtained from popular cryptocurrency data providers to perform accurate and up-to-date conversions.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

Features

  • Create, Delete, Update a contact with Name, Phone number and Email Id.
  • Directly forward to dialing screen on one tap.
  • Directly forward to whatsapp chat.
  • Write an email on just a click.

Technologies Used

  • Backend: Node.js, Express.js
  • Frontend: React

Folder Structure

The project follows a structured organization with separate backend and frontend directories:

  • Backend/: Contains the Node.js backend.
  • Frontend/: Contains the React frontend.

Screenshots

Show
Home Page

Mobile View

Contact Page

Desktop View

(back to top)

Getting Started

Running a development environment for this project will be the easiest thing in you day.

Prerequisites

Steps to run

To run the application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dibyendu02/Keeper.git
  2. Run both command separately to setup the codebase:

    cd Backend && npm install && npm run dev
    cd Frontend && npm install && npm start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -s -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
  6. Wait for review

See the open issues for a full list of proposed features (and known issues).

Contact

Your Name - Dibyendu Das @dibyendu02 - get2dibyendu@gmail.com

Project Link: https://github.com/dibyendu02/Keeper

Thanks for visiting my project. If you like it, please give it a star. It will help me a lot. Thanks again!

(back to top)