- MongoDB β NoSQL Database
- Express.js β Backend framework for Node.js
- React.js β Front-end library
- Node.js β Runtime for server-side logic
Project Name | Description | Status |
---|---|---|
userLogin |
This is a only frontend for login form built using React | β Done |
navbar-app |
A responsive and modern navigation bar built with React, featuring dynamic links and smooth styling | β Done |
... | More coming soon! | π§ͺ Draft |
Each project includes its own README file. But for general setup:
# Clone the repo
git clone https://github.com/pushkar009/MERN-projects
# Go to a specific project
cd project-name
# Install dependencies
npm install # or yarn
# Start the development servers
npm run dev