Giter VIP home page Giter VIP logo

eureka-note's Introduction

Eureka!Note

Summary

Eureka!Note is a single-page, RESTful web application for online note taking, created with Ruby on Rails and React-Redux.

  • Features
    • Sign up, log in, and log out
    • Create, edit, and destroy notebooks and notes
    • Rich text-editing
    • Tag Notes
  • Coming soon
    • Note Search
    • Filter by Tags

Technologies

Back End

  • Ruby on Rails
  • PostgreSQL (database)
  • AJAX with a JSON API

Front End

Features

User Authentication

On the back end, Rails, using BCrypt, saves a password digest (not the actual password) to the database. To log in, a user's password is hashed and checked against what is saved.

Signup Form

Notes and Notebooks

The core functionality of Eureka!Note is in creating and editing notes. When a user logs in, they are directed to the All Notes page, a list of every note associated with their account.

All Notes Page

Through the Notebooks page, users may see a notebook with only its notes. Tags can be added discretely to each individual note. Also, for a more spread out and minimalist view, a note can be expanded to take up the entire window.

Notebooks Page

Rich Text Editing

Through React-Quill, Eureka!Note offers a number of common text-editing tools, such as multiple fonts, text color, bold, italic, underline, checkboxes and their more vanilla friends, ordered and unordered lists, links, image upload, etc.

Search

Users can search for a keyword in either note title or body text, via the React-Search-Input component.

eureka-note's People

Contributors

mattvanlaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

eureka-note's Issues

PA Review: Notebooks

  • Backend: DB, model, controller, views
  • Redux Loop: ajax, actions, reducer
  • Presentational Components
  • Styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds

PA Review: User Authentication

  • Backend: DB, model, controller, views
  • Redux Loop: ajax, actions, reducer
  • Presentational Components and Containers
  • Styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.