Skip to content

Files

Latest commit

8f2b288 · Nov 26, 2021

History

History
56 lines (37 loc) · 1.36 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.36 KB

Nanote

A simple note-taking web app

Table of Contents

Overview

The Challenge

  • CRUD based note-taking web app.
  • Responsive UI, implemented Google authentication.
  • User can create notes based on category with created and modified dates, can edit and delete notes. Also add notes to favourite.

Desktop View

Project Shot

Links

My Process

Built With

  • Front End: Material UI, ReactJS
  • Back End: NodeJS, ExpressJS
  • Technologies: MongoDB, Firebase Authentication, Firebase Hosting, Heroku.

What I learned

  • The core concepts of Material UI.
  • How to work with date-time with MomentJS.
  • The mechanism of favorite button and sort the notes by category using API calls.

Useful Resources

Author