- A notes-taking application
- The user can:
- Create an Account
- Login/log-out
- View Profile
- Create A note
- Update a note
- Delete a note
- A logged-in user can only see their notes. The notes are not visible publicly.
To run the application, you need to have Python installed on your computer.
- Clone this repository Smart Notes
- Install the requirements file:
pip install -r requirements.txt
- Run the server:
python3 manage.py runserver
The application has no known bugs currently
More features will be added in the future. For instance:
- connecting the application to cloud storage
- Customizing user profile
- Sharing notes to social media
Developers are invited to submit pull requests for any new features or change propositions.