This is a Medium Clone that represents basic functionality - add a post, manage a post, comment on a post. The project is built with SanityCMS for a backend server and it is using Next.js Incremental Static Regeneration (ISR) that enables you to use static-generation on a per-page basis, without needing to rebuild the entire site. The project is typed in TypeScript and styled with TailwindCSS.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple example steps.
git clone https://github.com/snowleopardAlexa/medium-clone.git
npm install
const API_KEY = 'ENTER YOUR API';
This project can be used as a personal blog. You will be able to add posts, manage posts, and control comments sections under the posts. Everyone on the Internet will be able to comment your posts, but you can delete users comments at any moment while using Sanity Content Management System (CMS). You must register with SanityCMS and create your own API key in order to use this code. You can customize posts in your SanityCMS account. You can change the post title, description, and upload different photo. This is a frontend code that you can use for your needs.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)None
Aleksandra Slomska - aleksandravslomska@gmail.com
Project Link: https://github.com/snowleopardAlexa/medium-clone