/codit

Free and Open-Source Online Code Editor

Primary LanguageTypeScriptMIT LicenseMIT

This is a browser Code Editor project developed with Next.js.

Codit

Overview

Codit is a free and open-source online code editor built with Next.js. It aims to provide a seamless and efficient coding experience directly in the browser.

Features

  • Online code editor
  • Real-time updates
  • Easy deployment

Getting Started

  1. Clone the repository:
git clone https://github.com/pythonnelson/codit.git
cd codit
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-feature-branch.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin my-feature-branch.
  5. Open a pull request.

License

This project is licensed under the MIT License.

For more details, visit the GitHub repository - your feedback and contributions are welcome!