https://github.com/antonypaquay/note-app
A simple and intuitive note-taking app designed to help you capture ideas and stay organized effortlessly. Focus on what matters most with a clean, user-friendly interface
https://github.com/antonypaquay/note-app
firebase vanilla-js vite
Last synced: about 1 month ago
JSON representation
A simple and intuitive note-taking app designed to help you capture ideas and stay organized effortlessly. Focus on what matters most with a clean, user-friendly interface
- Host: GitHub
- URL: https://github.com/antonypaquay/note-app
- Owner: antonypaquay
- Created: 2022-02-01T17:57:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T22:37:08.000Z (4 months ago)
- Last Synced: 2025-02-04T16:29:59.091Z (3 months ago)
- Topics: firebase, vanilla-js, vite
- Language: JavaScript
- Homepage: https://note-app-67dz.onrender.com/
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteApp
## How to install this project
### Prerequisites
1) To launch this project, you must first create a new project on firebase and then define the environment variables for
your project.```
VITE_API_KEY=
VITE_AUTH_DOMAIN=
VITE_PROJECT_ID=
VITE_STORAGE_BUCKET=
VITE_MESSAGING_SENDER_ID=
VITE_APP_ID=
```2) For authentication, you need to activate the various providers required, such as manual login, Google and Github.
Don't forget to create a new OAuth app in Github to get the client ID / secret.---
### Commands
``npm install``
To install all the necessary dependencies, you can launch the project using `npm start`