Skip to content

darshanpatel44/keycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

keycode

A program in C that can help you to practice coding ๐Ÿ˜Ž

What we built

We've buit a C program which replicates an enivironment similar to popular online code practising websites like Hackerrank and Code Chef. Just like these websites, this program provides basic functionalities like compiling your code, code submission, leaderboard, experience level batches, keeping track of number of questions solved. The programs makes fairly extensive use of files and system commands.

Why was it built

This project was made as part of the end of the semester project submission for IT 161. ๐Ÿ˜…

Our Team consisted of three members ๐Ÿ˜Ž

How to use

Just clone this repository using git clone https://github.com/ashutoshsingh05/keycode.git

Change directory using cd keycode

Make sure that all the files are in the same directory and execute the command below

gcc keycode.c -o keycode.out && ./keycode.out

Screenshots

KeyCode: screenshot

Credits

Liked the project? Don't forget to give us a โญ

About

A program in C which can help you practice coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages