Article Editor and Publisher
reactquilljsredux
A simple Web App to write, publish and draft Articles. This project was a 1-day assignment which helped me get hired in a startup as an intern at a startup. ## How to use? 1. Clone the repo. 2. Run `npm ci`. 3. Run `npm start` ## Live Preview Follow the [link](https://article-editor-and-publisher.netlify.app/) for live preview
How it works
- React-quill is used to for the rich text editor.
- React-redux is used to manage the state.
- Posts are stored in localstorage of the browser.
Features
- This web app provides you with a rich text editor to write articles.
- You can publish your articles using the publish button below the editor.
- Or you can save it as a Draft.
- You can view your published posts by accessing the Uploaded Tab from the navigation menu.
- You can view your drafts by accessing the Drafts Tab from the navigation menu.
Features not implemented yet
- The Web App doesn't have the feature of Editing the Draft yet.
- Options Menu doesn't work currently.