A blog application that converts Markdown files into blog posts — a fully featured, mobile‑friendly, responsive web app.
TechnologyPro App is designed to simplify the blogging process by converting Markdown files into fully styled, responsive blog posts—powered by Next.js, React, Tailwind CSS, and remark plugins. It delivers a fast and mobile-optimized experience for both readers and content creators. Ideal for developers or content teams who prefer writing in Markdown.
- Next.js – React framework for production
- React – UI component library
- Tailwind CSS – Utility-first styling
- gray-matter – Front-matter parser for Markdown
- remark – Markdown processor
Make sure you have the following installed:
- Node.js (v18+)
- npm or Yarn
-
Clone the repository:
git clone https://github.com/pagarevijayy/technologypro-app.git cd technologypro-app
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and visit `http://localhost:3000\` to see the app in action.
- Add a Markdown file under a designated posts directory (e.g., `/blog`) following the naming convention and include front matter.
- The app will automatically render your markdown as a blog post using Next.js routing.
- Customize by editing layout, styling, or remark plugin configurations.
Roadmap is maintained on github issues itself. View issues under enhancement
tag.
Contributions are welcome! To help improve this project:
- Fork the repository
- Create your feature branch (`git checkout -b feature/AmazingFeature`)
- Commit your changes (`git commit -m 'Add some AmazingFeature'`)
- Push to the branch (`git push origin feature/AmazingFeature`)
- Open a Pull Request
Distributed under the MIT License.
Project maintained by pagarevijayy.
Site: technologypro.in
GitHub: @pagarevijayy