Skip to content

This is the frontend of the personal-blog application I built recently with node and express

Notifications You must be signed in to change notification settings

developeruzairsaleem/personal-blog-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devblogs Frontend

Welcome to the frontend repository of DevBlogs, a Full-Stack CRUD Blog Web Application built using React.js. This repository contains the code for the user interface of the app.

Features

  • User-friendly interface for creating, managing, and showcasing blog posts.
  • Real-time rendering of posts using React's state management.
  • Responsive design for a seamless experience on different devices.

Getting Started

To run the frontend locally on your machine, follow these steps:

  1. Clone the repository: -bash git clone https://github.com/Uzairsaleemkhan/personal-blog-frontend.git cd personal-blog-frontend

  2. Install dependencies: bash Copy code npm start Open your browser and visit: http://localhost:3000

  3. Add the .env file and copy the following code and replace your api endpoint with actual url of your endpoint REACT_APP_BACKEND_API_PATH= [Your API endpoint ]

  4. If you want to make the app work perfectly then you have to clone the backend as well or you can create your own api link to the api repo is at the end.

  5. Project Structure /src directory contains the main source code. /src/components contains reusable UI components. /src/pages contains the different pages of the app.

  6. Contributing Contributions are welcome! If you find a bug or have an enhancement in mind, please submit an issue or a pull request.

  7. Contact For any inquiries or feedback, feel free to contact me.

  8. Explore the live app: https://uzairblogcrudapp.onrender.com/ Visit the backend repository: https://github.com/Uzairsaleemkhan/personal-blog.git

About

This is the frontend of the personal-blog application I built recently with node and express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published