Skip to content

NegiAkash890/editor-frontend

Repository files navigation

Online Editor

About Project

Welcome to the frontend repository of online compiler. This project aims at creating a modern open source compiler. Currently, the project has support for three programming languages ( C++, Java, Python ) and use API at backend to get result of code.

Tech Stack

Prequisite knowledge

Contributors willing to participate in development need to have a certain amount of prerequisite knowledge before they start working on the editor. If you are new to web development ,here is the checklist:

  • Web technologies: If you are new to HTML, CSS, JavaScript, etc., check out our Learn web development tutorials.
  • Open source: If you've never contributed to an open source project before, start from here.
  • GitHub: GitHub for complete beginners will get you started.

Setting Project Locally and Contributing

1. Start by making a fork of the repository. Click on the symbol at the top right corner.

2. Start by making a fork of the repository

git clone https://github.com/<your-github-username>/editor-frontend 

3. Set upstream command:

git remote add upstream https://github.com/NegiAkash890/editor-frontend.git

4. Navigate to the new project directory:

cd editor-frontend

5. Create a new branch:

git checkout -b YourBranchName

6. Run

npm install

7. Stage your changes and commit:

git add .
git commit -m "<your_commit_message>"

8. Push your local commits to the remote repository:

git push origin YourBranchName

9. Create a Pull Request!

10. Congratulations! You've made your first contribution!

💥 Issues

For major changes, you are welcome to open an issue about what you would like to contribute. Enhancements are always encouraged and appreciated.

LightHouse Stats

image

Future Updates

  1. Extending support for more languages
  2. Making project PWA compatible

✨ Our valuable Contributors👩‍💻👨‍💻 :