This project is a personal portfolio website built using HTML, CSS, and JavaScript. It showcases your skills, projects, and experiences, providing a platform to share your professional journey with potential employers, clients, and collaborators.
- Responsive Design: Ensures the website looks great on all devices, including desktops, tablets, and mobile phones.
- Interactive Elements: Uses JavaScript to add dynamic and interactive features.
- Smooth Navigation: Easy-to-use navigation bar for seamless browsing.
- Project Showcase: Highlights your projects
- Contact Form: Allows visitors to get in touch with you directly through the website.
- HTML: For structuring the content on the web pages.
- CSS: For styling the website and making it visually appealing.
- JavaScript: For adding interactivity and dynamic content.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ankitgupta143/InfoTech_Tasks/Task1.git
-
Navigate to the project directory:
cd your-repo-name -
Open the
index.htmlfile in your preferred web browser.
- Home Page: Introduction and brief overview.
- About Page: Detailed information about you and your professional background.
- Projects Page: Showcase of your project.
- Contact Page: Form for visitors to reach out to you.
Contributions are welcome! If you have suggestions for improving this project, feel free to create an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Add some feature" - Push to the branch:
git push origin feature-branch
- Open a pull request.
https://multimart-ecommerce.onrender.com
- Beauty UI similar to ecommerce website
- Fully responsive and mobile friendly
- User can add items to cart
- User can view details of an item
- User can show total price in cart
- In Item page user can add quantity of item to cart instead of click add more and more
- react.js (create-react-app)
- react-dom-router
- react-bootstrap
- state management using Redux Toolkit
From your command line, first clone this repo:
# Clone this repository
$ https://github.com/https://github.com/ankitgupta143/InfoTech_Tasks/Task2.git
# Go into the repository
$ cd multimart-react-ecommerce
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm start
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to all the open-source contributors who helped improve this project.
- Special thanks to [Ankit Gupta] for the guidance and inspiration.
Feel free to customize this README file to fit your specific project and personal information.
Built with MERN stack (MongoDB, Express, React and Node) + (GrapgQL).
⚡️⚡️⚡️ Live Demo ⚡️⚡️⚡️
PS. The realtime chat doesn't work on the live demo, cause vercel doesn't support WS, but it works fine on localhost, and will deploy ot to another host once it's done.
This App is made to create a socail network where people can connect, meet each other depends on interests in common, and will support real time chat
Project is created with:
- Express
- GraphQL Yoga
- Mongoose
- ....
- React JS
- Next JS
- ....
- Built with GraphQL
- Apollo
- MVC (Model-View-Controller)
- CRUD operations
- Authentication system
- Encrypting passwords
- Images handling using multer
To run this project, install it locally using npm:
$ cd social-app
$ npm install
$ npm run dev:backend (for graphql + Node server side development)
$ npm run dev:frontend (for React client side development)
$ npm run dev (for both client and server side)
Please consider adding these envirnment variables to have the app working
DB_URI=mongodb+srv://:@cluster0-7ckqn.azure.mongodb.net/local_library. JWT_SECRET = your JWT secret. CLOUDINARY_CLOUD_NAME = this one is for images upload on cloudinary. CLOUDINARY_API_KEY = also for cloudinary. CLOUDINARY_API_SECRET = also for cloudinary. DOMAIN_URI = (if you're on localhost keep it "localhost", if you will deploy it put the URL).
- This project is MIT licensed.