Codify is an interactive coding platform that allows users to write, test, and experiment with HTML, CSS, and JavaScript in real time. It provides a seamless web-based environment for front-end development, making it easier for developers and learners to build and refine their projects.
- Live Preview: Instantly see the output of your HTML, CSS, and JavaScript code.
- Syntax Highlighting: Improved readability and easier debugging.
- Intuitive Interface: User-friendly and responsive design for a smooth coding experience.
- Code Autosave: Never lose your progress with automatic code saving.
- Customizable Editor: Theme options, font size adjustments, and more.
- Collaboration: Share your code with others in real-time.
- HTML for structuring the platform.
- CSS for styling and responsive design.
- JavaScript for dynamic interactions and code execution.
Codify is a web-based platform and does not require installation. Simply visit the website and start coding instantly!
For local development:
- Clone the repository:
git clone https://github.com/seershan/codify.git
- Navigate to the project directory:
cd codify - Open
index.htmlin your browser.
- Open the Codify platform in your browser.
- Start writing HTML, CSS, or JavaScript in the respective code editors.
- See the live preview update as you type.
- Save and share your code with others.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature" - Push to your branch:
git push origin feature-name
- Submit a Pull Request.
For any queries or suggestions, feel free to reach out at seershanmitra@gmail.com.