Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashlynn4567/study-buddy
Study Buddy is an application where users can create, edit, and delete notes on a social media-like webpage. This is a collaboration project to create a Full-Stack web application using JavaScript, Node.js, Express.js, Handlebars.js , dotenv, bcrypt, MySQL2, and Sequelize.js.
https://github.com/ashlynn4567/study-buddy
bcrypt css dotenv expressjs handlebarsjs heroku html javascript mysql2 nodejs npm sequelizejs
Last synced: about 1 month ago
JSON representation
Study Buddy is an application where users can create, edit, and delete notes on a social media-like webpage. This is a collaboration project to create a Full-Stack web application using JavaScript, Node.js, Express.js, Handlebars.js , dotenv, bcrypt, MySQL2, and Sequelize.js.
- Host: GitHub
- URL: https://github.com/ashlynn4567/study-buddy
- Owner: ashlynn4567
- Created: 2022-04-30T03:22:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T16:33:29.000Z (over 2 years ago)
- Last Synced: 2024-10-01T07:04:52.121Z (about 2 months ago)
- Topics: bcrypt, css, dotenv, expressjs, handlebarsjs, heroku, html, javascript, mysql2, nodejs, npm, sequelizejs
- Language: JavaScript
- Homepage: https://afternoon-refuge-77491.herokuapp.com/
- Size: 18 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study Buddy
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Table-of-Contents
- [Description](#description)
- [Deployed Site](#deployed-site)
- [Features](#features)
- [Technologies](#technologies)
- [Future Development](#future-development)
- [Credits](#credits)## Description
### You'll never lose your notes again!
Tired of taking notes with paper and pencil, only to misplace them? Study Buddy offers a cloud-based storage system for all of your note-taking needs! You can add, update, or delete your notes on this online platform. Even after you log out of your computer for the evening, your notes will still be waiting for you when you return to your computer. Plus, you can view other user's notes too!
Study Buddy is a site that allows users to create, read, save, delete, and share personalized notes. This application follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.
## Deployed Site
Follow [this link](https://afternoon-refuge-77491.herokuapp.com/) to view and use our site!
## Features
This is how Study Buddy appears to users. The page is responsive, adapting to multiple screen sizes.
When visiting Study Buddy, users are presented with a homepage. On this homepage, they can view notebooks created by other users. They can then view the contents of each notebook by clicking on them. Users are only able to edit their own notebooks - not the notebooks of other users.
If the user wishes to create their own notebooks, they must have an account. Users can sign up by clicking the link in the top right-hand corner. Alternatively, users can log in if they already have an account. Upon signing in, users are brought to their notebooks.
Users can create a new notebook by entering a title and submitting the form. Once the notebook has been created, users can add, edit, or delete notes from their notebook. By clicking on the note within the notebook, users can edit or delete that note from their notebook. If the user wishes to delete their entire notebook, they can do that by clicking the red "delete notebook" at the bottom of the screen.
## Technologies
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- MySQL2
- Sequelize.js
- npm
- [dotenv](https://www.npmjs.com/package/dotenv)
- [bcrypt](https://www.npmjs.com/package/bcrypt)
- [Handlebars.js](https://handlebarsjs.com/)
- Heroku## Future Development
In the future, I would like to add the following improvements:
- A profile page for users that shows their information and notebooks.
- A "favorite" system where you can save your favorite or most-used notebooks for easy access.
- An organizational sorting system to file your notebooks into folders.
- A search function where a user can query a keyword and search notebooks for that term. This function could be expanded to a filtering system where users can also filter by a notebook type.
- The ability to make a notebook private or public, giving the user freedom to hide certain notebooks from other's view.We're always interested in refactoring code to improve it's functionality. If you would like to suggest your own improvements, you can reach our development team at the links below.
## Credits
### Contributors
| **Ashley Smith** | **Kelsey Alderman** | **Mohamed Abdullahi** |
| --------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------------- |
| - [Github](https://github.com/ashlynn4567) | - [Github](https://github.com/kelseyalderman) | - [Github](https://github.com/mo9399) |
| - [LinkedIn](https://www.linkedin.com/in/ashley-lynn-smith/) | - [LinkedIn](https://www.linkedin.com/in/kelsey-alderman-79019922b) | - [LinkedIn](https://linkedin.com/in/mohamed-abdullahi-944b2922b) |### Acknowledgements
This project was built with the help of the University of Oregon's Coding Boot Camp.
## Licensing
The application is covered under the following license: [MIT](https://opensource.org/licenses/MIT)