Medion.mp4
This is an simple text-editor app built using draftjs and nextjs
Open the terminal in the client folder and install dependencies
yarn install
Start the client
yarn dev
The client should be live on http://localhost:4000
Open the terminal in the server folder and install dependencies
yarn install
Start the client
yarn start
The server should be live on http://localhost:3000
- Can save pages with basic text editing functionalites
- See other people pages if only subscribed to the medion ( dummy implementaion)
- Google Oauth Login
- added image support ( drag and drop the image)
- user can delete his/her page
- user can set a level (free or paid version) for a page
- More usable UI.
- Use global context.
- Better DB logics
- Save media seperately and retrieve it when page loads.
- While deleting a page , syntax error is occuring
- Warning: findDOMNode is deprecated in StrictMode
- if the first line is lengthy, home page gets messy.
- unequal size cards in home page.