Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashgole/blogging_website_nextjs
This is a blogging website built to provide a seamless experience for reading and managing blog posts. It features a clean and modern interface for users to browse, read, and interact with blog content. The platform supports creating, updating, and deleting blog posts, ensuring a dynamic and engaging user experience.
https://github.com/ashgole/blogging_website_nextjs
ashabb blogging-platform fullstack-development nextjs react vercel-deployment website
Last synced: about 1 month ago
JSON representation
This is a blogging website built to provide a seamless experience for reading and managing blog posts. It features a clean and modern interface for users to browse, read, and interact with blog content. The platform supports creating, updating, and deleting blog posts, ensuring a dynamic and engaging user experience.
- Host: GitHub
- URL: https://github.com/ashgole/blogging_website_nextjs
- Owner: ashgole
- Created: 2024-09-15T04:05:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T13:44:07.000Z (3 months ago)
- Last Synced: 2024-12-06T04:16:41.246Z (about 1 month ago)
- Topics: ashabb, blogging-platform, fullstack-development, nextjs, react, vercel-deployment, website
- Language: JavaScript
- Homepage: https://ashabb-myblog-nextjs.vercel.app/
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We offer freelance web development using
MERN, NextJS and ThreeJS.# ASHABB Blogging App using NEXTjs
### We're building a blog website with Next.js, featuring a homepage that lists multiple blog posts with short descriptions. Each post has its own dynamic page using Next.js routing. We've styled the site for a clean, responsive design and created reusable components to manage the blog content efficiently.
## Resource links
webapp : https://ashabb-myblog-nextjs.vercel.app/
Github : https://github.com/ashgole/blogging_website_NEXTjs
## Tags
`React.js` `Next.js` `Static Site Generation (SSG)` `Server-side Rendering (SSR)` `API Routes` `getServerSideProps` `getStaticProps` `Infinite Scroll` `TailwindCSS` `CSS Modules` `Axios` `CRUD Operations` `Dynamic Routing` `File System (fs)` `Edge Functions` `Vercel Deployment` `Authentication` `Error Handling` `Linking (Link)` `Environment Variables` `JSON File Handling` `Fetch API`
## Screenshots
![page 1](https://github.com/ashgole/blogging_website_NEXTjs/blob/main/screenshots/0.png)
![page 2](https://github.com/ashgole/blogging_website_NEXTjs/blob/main/screenshots/1.png)
![page 3](https://github.com/ashgole/blogging_website_NEXTjs/blob/main/screenshots/2.png)## how to run
```
git clone https://github.com/ashgole/blogging_website_NEXTjs.git
cd blogging_website_NEXTjs
npm i
npm run dev
```