Giter Club home page Giter Club logo

vacay-notes's Introduction

Vacay Notes logo

Take Note With Purpose

Be a part of Vacay Notes App »

Introduction

Vacay Notes is a note taking web application. Vacay Notes is publicly hosted on Netlify at https://vacay-notes.netlify.app/.

Demo

vacay-notes-demo.mp4

Features

  • Landing page
  • Notes listing page
  • Labels listing page
  • Profile page with notes data
  • Add a new note
  • Edit Note
  • Create Labels
  • Change Card Color
  • Add Labels to notes
  • Filter & Sort by date, priority, labels
  • Debounced search
  • Pin/Unpin notes
  • Trash & Archive
    • Archive/Unarchive notes
    • Delete/Restore/Permanent-delete notes
  • Authentication
    • Sign up
    • Login
    • Logout
  • Mobile Responsive

Tech stack

  • TypeScript
  • ReactJS
  • React Router v6
  • useContext + useReducer for state management
  • Vanilla CSS & Vacay UI library
  • Firebase for backend

Installation

  • Clone repository and change directory.
git clone https://github.com/anik31/vacay-notes.git
cd vacay-notes
  • Switch to dev branch.
git checkout dev
  • Create a firebase project & register your app, then copy the firebaseConfig object inside the SDK & replace with the firebaseConfig object in the config/firebase-config.js.
// TODO: Replace the following with your app's Firebase project configuration
const firebaseConfig = {
  //...
};
  • Install dependencies and start server.
npm install
npm start

Socials

vacay-notes's People

Contributors

anik31 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.