❯ https://idiotengineers.com/
Built with the tools and technologies:
- Overview
- Features
- Repository Structure
- Modules
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
❯ Idiot Engineers is a website designed to provide study notes and resources for engineering students. The website covers a variety of engineering subjects, making it easier for students to find concise, high-quality notes to aid in their studies. Built using modern web development technologies, the platform is focused on delivering an intuitive and user-friendly experience.
❯ Study Notes for Engineering Students: A rich collection of notes and guides for various engineering disciplines.
User-Friendly Interface: Easy-to-navigate layout, ensuring smooth user interaction.
Responsive Design: Fully responsive across devices, ensuring seamless access on mobile, tablet, and desktop.
Modern Web Technologies: Developed using HTML, CSS, JavaScript, Bootstrap, React.js, and Tailwind.
Open Source Contribution: Open to contributions from the engineering community to expand and enhance resources.
└── idiotengineers/
├── CNAME
├── about.html
├── contact.html
├── images
│ ├── 043d7-pyq.png
│ ├── 1000_F_492961866_MIqCTiGZD0ZzjXTAfYCEJdGaeCYAZSAT.jpg
│ ├── 11811.jpg
│ ├── 5124556.jpg
│ ├── Contact Us.mp4
│ ├── Green Abstract Welcome To My Channel Video (1).mp4
│ ├── Green Abstract Welcome To My Channel Video.mp4
│ ├── Hero-Section-Background-310x129.jpg
│ ├── README.md
│ ├── Savitribai_Phule_Pune_University_Logo.png
│ ├── abstract-digital-grid-black-background.jpg
│ ├── ai.png
│ ├── algorithm.png
│ ├── artificial-intelligence.png
│ ├── bg_2.jpg
│ ├── book.png
│ ├── coding-language.png
│ ├── coding.png
│ ├── coming-soon.png
│ ├── computer-science.png
│ ├── construction.png
│ ├── cpu.png
│ ├── curriculum.png
│ ├── data-science.png
│ ├── download-compresskaru.com.png
│ ├── engineering.png
│ ├── exam.png
│ ├── fin_irjmets1682069217.pdf
│ ├── friends.png
│ ├── gitignore.txt
│ ├── image-1 (1).jpg
│ ├── image-1.jpg
│ ├── image-2.jpg
│ ├── itmconf_I3cs2023_01010.pdf
│ ├── linkedin.png
│ ├── machine-learning.png
│ ├── mechanics.png
│ ├── mobile.png
│ ├── new video.mp4
│ ├── notes.png
│ ├── overlay-image1.jpg
│ ├── overlay-image2.jpg
│ ├── pencil.png
│ ├── pexels-francesco-ungaro-673648.jpg
│ ├── pexels-moose-photos-170195-1037992.jpg
│ ├── photo-123.jpg
│ ├── photo_2024-06-26_13-07-02.jpg
│ ├── playlist.png
│ ├── school.png
│ ├── software-developer.png
│ ├── software-engineer.png
│ ├── transmission-tower.png
│ ├── twitter (1).png
│ ├── twitter.png
│ ├── wt_launcher_1.0.3.433-gee7bqmfn.exe
│ └── youtube.png
├── index.css
├── index.html
├── index.js
├── popup.html
├── pyq.html
├── sitemap.xml
├── sppu.html
└── university.html
.
File | Summary |
---|---|
CNAME | ❯ REPLACE-ME |
contact.html | ❯ REPLACE-ME |
index.html | ❯ REPLACE-ME |
sppu.html | ❯ REPLACE-ME |
index.js | ❯ REPLACE-ME |
index.css | ❯ REPLACE-ME |
about.html | ❯ REPLACE-ME |
pyq.html | ❯ REPLACE-ME |
popup.html | ❯ REPLACE-ME |
university.html | ❯ REPLACE-ME |
images
File | Summary |
---|---|
gitignore.txt | ❯ REPLACE-ME |
HTML: version x.y.z
Build the project from source:
- Clone the idiotengineers repository:
❯ git clone https://github.com/VinayShah100/idiotengineers
- Navigate to the project directory:
❯ cd idiotengineers
- Install the required dependencies:
❯ ❯ INSERT-INSTALL-COMMANDS
To run the project, execute the following command:
❯ ❯ INSERT-RUN-COMMANDS
Execute the test suite using the following command:
❯ ❯ INSERT-TEST-COMMANDS
-
Task 1
:Implement feature one. -
Task 2
: Implement feature two. -
Task 3
: Implement feature three.
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
idiotengineers
project. - Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/VinayShah100/idiotengineers
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.