Giter VIP home page Giter VIP logo

pingme's Introduction


PingMe

A Manga/Anime Notifier

About

PingMe aims to provide the anime/manga community with a multi-platform notifier, making it easier for users to stay updated on the latest releases from their favorite titles.

The Tech Stack

Front-end

The single-page web application is built with React/Router, using Redux to manage state. Redux-Saga handles asynchronous events, preventing unwanted side-effects when making changes to the store. Formik's form components validate registration and authentication on the client's end. Excluding the Formik components, all responsive elements, ie. tabs, modals, and inputs, are built entirely with React/JSX and Sass. Webpack bundles the JSX and CSS logic, allowing the rendering of React components on the browser with the latest Javascript features using Babel.

Back-end

A Node/Express server serves the user-facing application and handles the RESTful api routing. For validation, bcrypt encrypts users' sensitive information, and sessions/JWTs keep a user securely logged in. Testing suites are written with Jest, testing everything from RESTful routes to database queries. This server is hosted remotely on the Heroku cloud. Another Express server periodically aggregates data from various APIs and websites, updating a Mongo database, with a Mongoose ODM layer for queries, with the latest releases. After data aggregation, email notifications are sent to users based on their subscriptions using Nodemailer.

pingme's People

Contributors

davidcsally avatar goinginfinity avatar grant05 avatar jimbkang avatar wasafune avatar

Watchers

 avatar

pingme's Issues

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.