Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```