Skip to content

A notes-keeping app is a digital tool designed to help users capture, organize, and manage various types of information.

Notifications You must be signed in to change notification settings

AnirbanChattopadhyay-2004/Keeper_frontend

Repository files navigation

Keeper

Note Keeper applications aim to provide users with a digital solution for organizing, managing, and accessing their notes effectively, whether for personal or professional use.

Installation

Cloning the repository

To clone the Keeper repository and use it in your React project, follow these steps:

Clone the Repository:

git clone https://github.com/AnirbanChattopadhyay-2004/Keeper_frontend.git

Navigate to Keeper_frontend folder:

cd Keeper_frontend

Install all the dependencies:

npm install

Add a .env file and add the Keeper_backend url running locally on any port in it

VITE_url="http://localhost:3000"

Running the File Locally on System

npm run dev

To run frontend only

docker build -t image_name .

docker run -it -p 5173:5173 image_name

OR Using docker-compose file

docker-compose up --build

About

A notes-keeping app is a digital tool designed to help users capture, organize, and manage various types of information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published