Skip to content

A User-Friendly Note taking appication with pretty awesome features. Give it a try.

License

Notifications You must be signed in to change notification settings

born-2learn/NoteIt-Now

Repository files navigation

NOTEIT-NOW

License: MIT

Noteit-Now is a User-Freindly Note Taking Application with some stunning features.

Table of contents

Features

(Back to top)

  • Create new Note(s)
  • Update existing Note(s)
  • Delete existing Note(s)
  • Dedicated View for each note
  • Multiple tags support for each note
  • Search for a note
  • Login/Sign Up pages
  • DB schema that supports multiple users
  • Powerful admin console(Django-admin)
  • Simple and elegant UI

Installation

(Back to top)

  • Clone the repository
git clone https://github.com/born-2learn/NoteIt-Now.git

It is recommended to follow further steps while in a virtual environment. To create a virtual environment, follow this link.

  • Next, Install Dependencies
cd NoteIt-Now
pip3 install -r requirements.txt
  • Run django migrations
python3 manage.py makemigrations
python3 manage.py migrate
  • Run django migrations( for apps without migrations)
python3 manage.py migrate --run-syncdb
  • Run django server
python3 manage.py runserver

Reporting Bugs

(Back to top)

Please, use ISSUE_TEMPLATE/bug_report.md to create an issue and describe your bug.

Contributing

(Back to top)

Before you work on any contributions, it is advised that you create an issue using the ISSUE_TEMPLATE/contribution.md to tell us what you plan to work on. This ensures that your work can be merged to the master branch in a timely manner.

Demonstration Snaps

(Back to top)

Login Page with NavBar

LoginPage

Sign Up page

SignUpPage

Notes - The HEART of the application

Notes

Get in Touch

(Back to top)

LinkedIn

Follow me on Github

License

License: MIT
This project is based on the MIT Licence.