An open API service indexing awesome lists of open source software.

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

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`