SimpliSticky is a productivity (note-taking) app build with React which is utilizing serverless cloud functions to perform any of its backend functionality.
- 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
In the project directory, you can run:
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.
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.