Skip to content

A sticky-notes app build with React powered by Netlify Functions & Netlify Identity. Uses Redux for state management.

Notifications You must be signed in to change notification settings

Pobermeier/simply-sticky

Repository files navigation

Netlify Status

SimplySticky - A Serverless Sticky-Notes App

SimpliSticky is a productivity (note-taking) app build with React which is utilizing serverless cloud functions to perform any of its backend functionality.

Notable Features

  • Authentication implemented using Netlify Identity (Serverless auth solution)
    • Custom Hook to interact with Netlify Identity included
  • Full CRUD-functionality through serverless API-endpoints utilizing Netlify Functions
    • Data is secured through double encryption - both client- & server-side
  • Global App-state managed via Redux + AuthProvider managed via React Context API
  • UI implemented using React & Materialize CSS
  • Internal Routing via React Router (incl. protected routes)
  • Subtle Animations through Animate.css

Available Development Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A sticky-notes app build with React powered by Netlify Functions & Netlify Identity. Uses Redux for state management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published