Welcome to my MERN Portfolio Project! This project showcases my skills in building full-stack web applications using the MERN stack (MongoDB, Express.js, React, Node.js).
This is a portfolio website where I demonstrate my projects, skills, and experiences. It is built using the MERN stack and provides a modern, responsive design to highlight my work effectively.
- User authentication (signup, login, logout)
- CRUD operations for managing portfolio projects
- Responsive design
- Interactive UI built with React
- RESTful API for backend services
- Secure data storage with MongoDB
-
Frontend:
- React
- Redux (for state management)
- React Router (for navigation)
- Tailwind CSS (for styling)
-
Backend:
- Node.js
- Express.js
- MongoDB (with Mongoose)
- JWT (for authentication)
- Bcrypt (for password hashing)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Mohammed-Juniad-Hussain/PORTFOLIO
- Running Server==> Before running server change .env url to your mogourl
cd server nodemon server
- Running Client
cd Client npm run