Skip to content

Shubham043/blogapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogApp

BlogApp is a simple blogging website where users can read and write blog posts. This project is live at https://blogapp-dun-three.vercel.app.

image image image image Screenshot (141)

Table of Contents

Features

  • Read Task: Users can browse and read tasks.
  • Write Tasks: Registered users can create and publish their own tasks.
  • User Authentication: User authentication is implemented for creating and managing tasks.
  • Responsive Design: The website is responsive and works on various devices.

Getting Started

These instructions will help you set up a copy of this project on your local machine for development and testing purposes.

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/Shubham043/blogapp.git
    
  2. Change into the project directory: cd blogapp

3.Install the dependencies: npm install

  1. Start the development server: npm start The website should now be running locally at http://localhost:3000.

Usage

-- Visit the live website: https://blogapp-dun-three.vercel.app. -- Sign up or log in to create and manage your TODO List.

###Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:

Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them with descriptive messages.
Push your changes to your fork.
Open a pull request to the main branch of this repository.

Please ensure your code adheres to the existing coding standards, and include tests if applicable.

###License This project is licensed under the MIT License