Giter VIP home page Giter VIP logo

c_made_easy's Introduction

C Made Easy

A Flutter-based Android App

This app is a complete free handbook of Basics of C Programming language which covers important topics, notes & programs on the course. Download the App as a reference material for Computer Science, Software Engineering programs & Degree courses.

C programming is a powerful general-purpose language. If you are new to programming then C Programming is the best language to start your programming journey. In practical C programming is used in Embedded Systems, Systems Programming, Graphic Packages.

Features

  • Android (iOS Coming Soon)
  • Contains all basic concepts of 'C' programming language (C Language).
  • C programs with comments for better understanding
  • Very smooth User Interface
  • Beautiful UI with multiple themes(Coming Soon)

Show some ❤️ and star the repo to support the project

Screenshots

iOS

Alert: iOS implementation

This project is not implemented for ios yet. So wait for it or if you can contribute then please do help.

Prerequisite

Setting up Development Environment

To set-up the development environment refer here.

Setting up the Project

  • Fork the repository. Click the "Fork" button in the top right of the page.

  • Clone the repository:

    • You can clone the repo to your machine using the command listed below:
      git clone https://github.com/user-name/c_made_easy
      Note: Replace "user-name" with your Github username.
  • Add the upstream remote:

    • You can use the command listed below:
      git remote add upstream https://github.com/enzaimz/c_made_easy

Running the project locally

  • Open the project directory in your editor.
  • Click on the Debug/Run button.

Keeping the project updated

To update your local copy to the latest upstream commit, run the following commands:

  • Fetch all branches of remote upstream:
git fetch upstream
  • Rewrite your master with upstream’s master using git rebase:
git rebase upstream/master
  • Push your updates to master:
git push origin master --force or git push -f origin master

Note: make sure that "master" is your current branch

c_made_easy's People

Contributors

harry-hov avatar udaymewada avatar saitarun55 avatar abhitidarbar avatar ashishbisoi236 avatar odensc avatar aadarsh-patel avatar zarszz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.