Skip to content

mattzuckermann/Snippets.

 
 

Repository files navigation

Snippets makes it easy to organize and save code for later use.

Overview

Searching for logic needed to make your app work often takes A LOT of googling and review of hundreds of lines of code. Snippets is a place where you can select a category (i.e., HTML, CSS, Javascript, Sequelize) and save code or links that can be stored and retreived when needed for future projects.

Features

💥 A login and sign up page that requires email and password authentication. A user cannot move forward without both a valid email and password.

💥 Users can select a category and search for code. This is useful as we often cannot memorize code and recall it months later when needed. New snippets are created by clickng on the New Snippet button

💥 To save a new snippet enter a title, category, paste or write a new snippet, add a comment (optional), and click the create button.

Modules:

We used several new NPMs in this project including Prettier to format our code, Passport for verifying username and password credentials, bCrypt for hasing and salting passwords, and body-parser.

Future Developments

Time permitting we would like to add these features:

  • Tie logged in user to Snippets
  • Personalized view
  • Allow users to create and delete their own categories.
  • Importing/Exporting
  • Implement Dark Mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.4%
  • JavaScript 40.0%
  • CSS 7.1%
  • PLSQL 2.2%
  • TSQL 0.3%