Skip to content

Full-stack react app where users can create blogs with authors using react router

Notifications You must be signed in to change notification settings

ahmads1990/DojoBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DojoBlog React app 📝

Full-stack react app where users can create blogs with authors using react router

Quick start

You can visit published website on vercel here You can find the asp.net backend api code on github repo here

Table of Contents

Introduction

Full-stack react app where users can create blogs with authors using react router

Technologies

Additional used

  • React Router

Getting Started 🔼

Prerequisites

-   Git For cloning the repository.
-   Npm Package manager.

Installation

Steps to install and run this project locally

  • Step 1 clone project in terminal paste:

    git clone https://github.com/ahmads1990/DojoBlog.git
  • Step 2 install packages

        cd .\DojoBlog\
        npm install
  • Step 3 run app

        npm start

Contributing 🔼

Thank you for considering contributing to our project! Whether it's reporting issues, submitting bug fixes, or proposing new features, your contributions are welcome and appreciated.

Suggesting ideas 🔼

We welcome suggestions for new features or improvements. Please open an issue to discuss your ideas before starting to work on them or send me a email.

How to Contribute 🔼

  1. Fork the repository to your GitHub account.

  2. Checkout installation section

  3. Create a new branch for your contribution:

    git checkout -b feature-branch
  4. Make your changes and commit them with a descriptive commit message:

    git commit -m "Add your descriptive message here"
  5. Push the changes to your forked repository:

    git push origin feature-branch
  6. Open a pull request on the original repository. Provide a clear title and description for your pull request, explaining the changes you made.

Reporting Bugs 🔼

If you find a bug, please open an issue and provide detailed information, including:

  • Steps to reproduce the bug
  • Expected behavior
  • Actual behavior
  • Screenshot (optional)
  • Environment details (e.g., operating system, browser, etc.)

Thank you for contributing!

About

Full-stack react app where users can create blogs with authors using react router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published