Skip to content

Darelife/aciax

Repository files navigation

ACIAX

JSON Formats

public/database.json

{
  "branchName Eg: cse":{
    "subjectId Eg: csf111": {
      "Topic Headers: Eg: Handouts": {
        "Link Text": "Link URL"
      }
    }
  }
}

public/checklist.json

{
  "branchName Eg: cse":{
    "subjectId Eg: csf111": {
      "name":"Subject Name Eg: C Programming",
      "Checklist": {
        "Header Eg:Introduction": [
            "Topic 1",
            "Topic 2"
        ]
      }
    }
  }
}

public/subjectNames.json

{
  "cse":{
    "subjectId Eg: csf111": "subjectName Eg: C Programming"
  }
}

Creation Date: Jan 01, 2025
Created By: Prakhar Bhandari
View most recent version on Tango.us

1. Click on Github Repo

Step 1 screenshot

2. Click on Fork 2

Step 2 screenshot

3. Click on Create fork

Step 3 screenshot

4. Click on public

Step 4 screenshot

5. Click on database.json

Step 5 screenshot

6. Click on Edit file

Step 6 screenshot

7. Paste selected text into element

Step 7 screenshot

8. Click on Commit changes...

Step 8 screenshot

9. Type your commit message here

Step 9 screenshot

10. Click on Commit changes

Step 10 screenshot

11. Click on aciax

Step 11 screenshot

12. Click on Sync fork and check if it's behind the main repository. If it's behind, sync it.

Step 12 screenshot

13. Click on Contribute

Step 13 screenshot

14. Click on Open pull request

Step 14 screenshot

15. Add your pull request title and description over here

Step 15 screenshot

16. Click on Create pull request

Step 16 screenshot



Created with Tango.us

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.