Home - KrShivanshu/CMiniProject GitHub Wiki
Unit Convertor
| Build | Code Quality | Unity | Valgrind | Coverage | Codacy |
|---|---|---|---|---|---|
SDLC Activity Based Learning

Introduction
Converts unit x to y of length, temperature, volume, area, weight, and time type
Features
- Length Conversion
- Temperature Conversion
- Volume Conversion
- Area Conversion
- Weight Conversion
- Time Conversion
Folder Structure
| Folder | Description |
|---|---|
1_Requirements |
Documents detailing requirements and research |
2_Design |
Documents specifying design details |
3_Implementation |
All code and documentation |
4_Test_plan |
Documents with test plans and procedures |
5_Report |
Contains report generated |
6_ImagesAndVideos |
All images used and project videos |
7_Other |
Other things |
Contributors List and Summary
| SF Id. | Name | Features | Issues Raised | Issues Resolved | No Test Cases | Test Case Pass |
|---|---|---|---|---|---|---|
264136 |
Kumar Shivanshu | All | 2 | 2 | 6 | 6 |
Tools used
Unity- for unit testingValgrind &CPP-check` - to analyze the codeDoxygen- for documenting the fileMakefile- to build, test, run and clean the program
Learning Resources
- markdownCheatsheet
- markdownBasics
- git inspector
- github workflow
- Reference
- Took inspiration from many other similar projects