Welcome to the MERN (MongoDB, Express, React, Node.js) Blog Frontend repository! This repository contains the frontend code for the MERN blog application. The frontend is responsible for displaying blog posts, allowing users to register and log in, creating and editing posts, and interacting with comments.
Before you begin, make sure you have the following installed:
- Node.js (v14 or higher) is installed on your machine.
- Clone the repository to your local machine:
git clone https://github.com/Vasyl-Pavlenko/travel-blog-front.git
cd mern-blog-frontend
npm install
npm start
- The application will be accessible at http://localhost:3000 in your browser.
Contributions are welcome! If you find any issues or want to enhance the project, feel free to create a pull request. Please ensure your code follows best practices and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.