Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviralj02/notelio
📝 Notelio is an easy-to-use, comprehensive application designed for taking personal notes.
https://github.com/aviralj02/notelio
authentication firebase nextauth nextjs typescript
Last synced: about 1 month ago
JSON representation
📝 Notelio is an easy-to-use, comprehensive application designed for taking personal notes.
- Host: GitHub
- URL: https://github.com/aviralj02/notelio
- Owner: aviralj02
- Created: 2023-08-22T18:39:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T20:42:37.000Z (5 months ago)
- Last Synced: 2024-08-16T21:49:08.613Z (5 months ago)
- Topics: authentication, firebase, nextauth, nextjs, typescript
- Language: TypeScript
- Homepage: https://notelio.vercel.app
- Size: 576 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Notelio
Stay organized, access notes on the go ✍️
Notelio is comprehensive note taking web application which allow users to Create, Read, Update and Delete their notes. The website ensures complete authentication, guaranteeing the safety and security of all user notes.
![LandingPage](./public/preview.png)
[Click here](https://notelio.vercel.app/) for live version
## 👨💻 Built With
* [![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
* [![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)](https://nextjs.org/)
* [![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)
* [![Firebase](https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge&logo=Firebase&logoColor=white)](https://firebase.google.com/)## Local Setup & Installation
* Clone the repo
```
$ git clone https://github.com/aviralj02/notelio
```
* Install packages
```
$ yarn install
```
* Create a `.env.local` file and fill up the details like in [.env.example](./.env.example)* Spin up the development server
```
$ yarn dev
```