Skip to content

Sandesh282/Axios-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Axios App – Assignment Submission Guide

Welcome to the Axios App Repository! This repository is used for project documentation and assignment submissions for the Axios learning module.


Repository Structure

Axios-app/
β”‚
β”œβ”€β”€ docs/                 # Project notes, reference material, and guides
β”œβ”€β”€ assignments/          # Folder where you'll submit all your assignments
└── README.md             # You're reading it!

⚠️ Note: The assignments folder will be updated regularly with new assignment templates or starter files. Always check this repository before starting your next task.


How to Submit Your Assignment

Follow these steps exactly to ensure your submission is accepted.

1. Fork the Repository

  1. Go to https://github.com/sandesh282/Axios-app
  2. Click the Fork button in the top-right corner.
  3. This creates a copy under your own GitHub account.

2. Clone Your Fork

Open your terminal and run:

git clone https://github.com/<your-username>/Axios-app.git

Then navigate inside the folder:

cd Axios-app

3. Create a New Branch

Each assignment should be submitted in a separate branch.

git checkout -b assignment-1-<your-name>

For example:

git checkout -b assignment-1-ravi

4. Add Your Work

  1. Open the assignments folder.

  2. Create a new folder named after you:

    assignments/<your-name>/
    
  3. Place all your files (code, screenshots, or reports) inside that folder.

Example:

assignments/
└── ravi/
    β”œβ”€β”€ Tut.zip

5. Commit and Push

Once done, commit your work:

git add .
git commit -m "Added Assignment 1 by Ravi"
git push origin assignment-1-ravi

6. Create a Pull Request

  1. Go to your forked repo on GitHub.
  2. Click Compare & Pull Request.
  3. Set the base repository to sandesh282/Axios-app.
  4. Add a meaningful title like: β€œAssignment 1 Submission – Ravi”
  5. Add any short notes in the description (optional).
  6. Click Create Pull Request.

Submission Rules

  • Keep your folder names clean (assignments/<your-name>/)
  • Don’t edit or delete others’ files
  • One Pull Request per assignment
  • Make sure your code runs without errors
  • Always pull the latest changes before starting a new assignment

Pro Tip

Before every new assignment:

git pull origin main

to ensure you have the latest version of the repo.


Need Help?

If you face issues during submission: Reach out to members!


Happy Coding & Learning! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •