Front-end repository for Medium-clone built using ReactJs-Redux and MaterialUI
Report Bug
·
Request Code
Table of Contents
This project aims to build a medium like blog posting platform which any organisation, specially colleges with different clubs posting over their publication/Club Board, can use for regularly posting out information/updates and interesting posts with easy to use Rich Text Editor. React is used to make a Dynamic Webapp with JWT Authentication for login/logout. Further, in the project I have implemented login/logout - register - profile and dynamic post content with both frontend and backend. Link.
- Fork the repo
- Clone repository using
git clone <link>
- Install the dependencies using
npm install
- Run server using
npm start
.
- Open issue if you want a particular part of the handbook to be implemented earlier or have any issue in the present codes.
- Further, more features will be added as I get time. Do star it, motivates me to work over a project. :)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b newfeature
) - Commit your Changes (
git commit -m 'Added feature: "Description""'
) - Push to the Branch (
git push origin newfeature
) - Open a Pull Request
- Added basic JWT authentication. (Backend-Frontend)
- Profile settings added.
- Profile view added.
- Post feature with Rich Text Editor added.
- Clap functionality
- Landing page UI
- Implement publication on frontend.