Skip to content

narainkarthikv/Sticky-Memo

Repository files navigation

Sticky-Memo

Sticky-Memo is a sticky notes application built using React.js and Vite. This documentation will guide you through the process of contributing to this project.

Table of Contents

Installation

Clone the Repository

  1. Fork the repository by clicking the "Fork" button at the top right of the repository page on GitHub. Forking the Repository
  2. Clone your forked repository to your local machine:
    git clone https://github.com/your-username/Sticky-Memo.git
  3. Navigate to the project directory:
    cd Sticky-Memo

Frontend Installation

After cloning the repository:

  1. Install the dependencies:
    npm install
  2. Start the development server:
    npm run dev

Project Structure

Project

The frontend directory contains the React application.

  • public: Contains the public assets of the application.
  • src: Contains the source code of the application.
    • components: Reusable UI components.
      • list of components: List of all components
    • pages: pages
      • list of pages: List of all pages
    • styles: Styling
      • list of styles: List of all stylesheets
    • utils
      • list of utils: List of all utilities
  • App.jsx: The main component that sets up routes.
  • main.jsx: The entry point of the React application.

Contributing

We welcome contributions! To contribute to Sticky-Memo, follow these steps:

Forking the Repository

  1. Fork the repository by clicking the "Fork" button at the top right of the repository page on GitHub. Forking the Repository

Cloning the Repository

  1. Clone your forked repository to your local machine:
    git clone https://github.com/your-username/Sticky-Memo.git
  2. Navigate to the project directory:
    cd Sticky-Memo

Creating a Branch

  1. Create a new branch for your feature or bug fix (create a branch according to the issue working on):
    git switch -c your-branch-name

Making Changes

  1. Make your changes to the codebase. You can edit the files using your preferred code editor.

Committing Changes

  1. Add the changes to the staging area:
    git add .
  2. Commit the changes with a descriptive message:
    git commit -m "Description of your changes"

Pushing Changes

  1. Push the changes to your forked repository:
    git push origin your-branch-name

Creating a Pull Request

  1. Create a pull request from your forked repository to the main repository. Go to the "Pull Requests" tab on the main repository, and click "New Pull Request". Follow the instructions to create your pull request.

Contributors

We appreciate the contributions of the following individuals: Contributors

This is just the beginning! I look forward to making more meaningful contributions and collaborating with this amazing community. Let's build something great together and make Sticky-Memo the best it can be! ❤️🤝

License

This project is licensed under the MIT License - see the LICENSE file for details.