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.
- 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.
To run the frontend locally on your machine, follow these steps:
-
Clone the repository: -bash git clone https://github.com/Uzairsaleemkhan/personal-blog-frontend.git cd personal-blog-frontend
-
Install dependencies: bash Copy code npm start Open your browser and visit: http://localhost:3000
-
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 ]
-
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.
-
Project Structure /src directory contains the main source code. /src/components contains reusable UI components. /src/pages contains the different pages of the app.
-
Contributing Contributions are welcome! If you find a bug or have an enhancement in mind, please submit an issue or a pull request.
-
Contact For any inquiries or feedback, feel free to contact me.
-
Explore the live app: https://uzairblogcrudapp.onrender.com/ Visit the backend repository: https://github.com/Uzairsaleemkhan/personal-blog.git