Google Keep clone with Vue, Typescript and Firestore
Vue Keep is a Google Keep clone developed using Vue, Typescript, and Firestore. It provides users with a platform similar to Google Keep for managing notes and tasks. Users can utilize this tool to organize their thoughts, tasks, and reminders effectively. To use Vue Keep, users need to create a .env.local file at the root path and enter their Firebase project credentials.
To install Vue Keep, follow these steps:
.env.local
file at the root path of the project..env.local
file.# Create .env.local file
touch .env.local
# Install dependencies using npm
npm install
# Or install dependencies using yarn
yarn install
# Run the project
npm run serve
# Or using yarn
yarn serve
http://localhost:8080/
.Vue Keep is a Google Keep clone that provides users with a platform to manage notes and tasks efficiently. With features like Vue and Typescript for development and Firestore integration for data storage, Vue Keep offers a seamless experience for organizing thoughts and tasks. By following the installation guide and setting up Firebase credentials, users can start using Vue Keep for their note-taking needs.