Welcome to CodSoft repo! This repository contains the projects I worked on during my internship at CodSoft.
The Blogging Platform is a comprehensive web application developed using technologies like HTML, CSS, JavaScript, Node.js, Express.js, and MongoDB. It is designed to provide a user-friendly platform for blogging and interaction.
- 🎨 Design: A simple and user-friendly interface for blog posts and navigation.
- 🚀 Backend Development: Server-side code handles user requests and manages blog data.
- 💻 Front-End Development: The client-side interface is built using HTML, CSS, and JavaScript, focusing on user-friendly features like post listing, search, and user profile pages.
- 🔒 User Authentication: The platform supports user registration and login functionality.
- 📝 Blog Post Creation: Users can create and publish their own blog posts.
- 💬 Commenting System: Users can leave comments on blog posts, fostering interaction and discussion.
- 🔍 Search Functionality: Basic search functionality is implemented to help users find specific blog posts.
- 📱 Mobile-Friendly Design: The platform is responsive and optimized for mobile devices, ensuring accessibility on all devices.
The Project Management Tool is a comprehensive web application developed using React, Node.js, Express.js, and MongoDB. It is designed to facilitate efficient project management and team collaboration.
- 📝 Creating and managing projects
- 👥 Assigning tasks to team members
- ⏰ Setting deadlines for tasks
- 📈 Tracking progress of tasks and projects
To get started with any of the projects, follow the instructions below:
- Clone this repository:
git clone https://github.com/Blank-09/CodSoft.git
- Navigate to the project directory:
cd CodSoft/blog-website
orcd CodSoft/project-management-tool
- Install the dependencies:
npm install
- Start the development server:
npm dev
Feel free to explore the code.
Author: 👩💻 Blank-09