Open writing or blogging platform inspired by medium.com where everyone can write, read and share 📰.
Built with ReactJS, TailwindCSS, and Redux.
Frontend/client side of Wrytte Backend.
- axios : HTTP requests
- redux : Managing and centralizing application's state
- react-redux : React redux bindings
- redux-thunk : Call redux's action creators
- redux-persist : Persist and rehydrate a redux store
- crypto-js : Encrypt and decrypt data
- draft-js : Rich text editor framework
- draft-convert : Extensibly serialize & deserialize Draft.js content with HTML
- draft-js-import-html : Convert HTML to editor content
- react-draft-wysiwyg : Wysiwyg editor
- dompurify : Sanitizes HTML (For text editor preview)
- react-share : Social media share buttons and share counts
- react-paginate : Pagination
- react-lazy-load-image-component : Lazy load images and other components/elements
- react-image-file-resizer : Image resizer before upload
- react-hook-form : Forms
- react-google-login : Google OAuth sign-in / log-in component
- emailjs-com : Send emails from client side
Demo : wrytte.vercel.app
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!