Skip to content

aaditya9899/mini-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2023 Repository

Screenshot 2023-09-28 132657

Welcome to the Hacktoberfest 2023 repository! 🎉

This beginner-friendly React repository is a perfect place for you to contribute to open source during Hacktoberfest. We're excited to have you on board! Here's how you can get started:

Step 1: Star this Repository

The first step is to star this repository. Click the "Star" 🌟 button at the top-right corner of the page to show your support and keep track of the repository.

Step 2: Local Setup

To start contributing, you need to set up the project locally. Follow these steps:

  1. Clone your Fork: Click the "Code" button and copy the repository URL.Then, open your terminal and run the following command :
    git clone (https://github.com/aaditya9899/mini-trello.git)

  2. Navigate to the Project Directory: Change your working directory to the cloned repository: cd mini-trello

  3. Install Dependencies: Install the project dependencies by running: npm install

  4. Start the Development Server: Start the development server by running: npm start

Your project should now be running at http://localhost:3000. You can access it in your web browser, Cheers !!

Step 3: Create a Pull Request

Now that you have the project up and running locally, it's time to make your contribution:

  1. Create a New Branch: Create a new branch for your contribution. git checkout -b <your-branch-name-here

  2. Make Your Changes: Add your changes to the project. You can make improvements, fix bugs, or add new features.

  3. Commit Your Changes: Commit your changes with a clear and concise message: git commit -m "Add a brief description of your changes"

  4. Push to Your Fork: Push your changes to your forked repository: git push origin <your-branch-name-here

  5. Wait for Review: I will review your pull request. Be patient and in the meantime explore the project more.

That's it! You're now on your way to making your first contribution to open source and participating in Hacktoberfest 2023. Thank you for being a part of this exciting journey!

If you have any questions or need assistance, feel free to reach out to me. Happy hacking! 🚀

Important: By participating in this repository, you agree to abide by the Hacktoberfest Code of Conduct.


This README was created with ❤️ for Hacktoberfest 2023.