GithubHelp home page GithubHelp logo

diary's Introduction

Diary

A sweet and simple diary application in C

Actions Status

Prerequisite

  • gcc must be installed on your system. Type gcc in your commmand prompt to verify.
  • Additional Prerequisite on windows
    • You can install GNU make to windows to simplify the compilation process via Chocolatey.
    • If you have Chocolatey already installed, then install GNU make by running with admin permission(obv.)
choco install make

Usage

Clone this repository and navigate to project's directory and type in cmd

# If you have GNU make installed on Windows or you're on Linux
make

# If you only have gcc installed then run this
gcc main.c encryption/encryption.c -lm -o main
./main
# PS: This command can get more longer as we add more file.
# It is recommended to install GNU make on your system.

Contributing

Pull requests are welcome just make sure that they are not on main/master branch otherwise they may be rejected. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

diary's People

Contributors

hritamdutta18 avatar whoanuragverma avatar

Watchers

 avatar

Forkers

hritamdutta18

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.