An app that converts a picture of hand written code into text which can be copied to your code editor
A hackathon project meant to be submitted within 50 hours
- HTML
- Javascript
- React
- Tailwind css
- Google cloud API
- Jest
- axios
Check out the live demo of the project. Click
Clone the repository to your local machine
$ git clone https://github.com/Elukoye/PicToCode.git
cd into the directory
$ cd PicToCode
npm install
to install all the dependencies that are needed
npm start
to start the local server which will open a new tap on your default browser
- Okike Bright – @b_okike – [email protected]
- Emogene Lukoye – @Elukoye – [email protected]
- Radouane Khiri – @redvanisation – [email protected]
- Murilo Roque – @MuriloRoquePai1 – [email protected]
- Macbright - https://github.com/macbright/github-link
- Fork it https://github.com/Elukoye/PicToCode.git/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
The JavaScript Templates script is released under the MIT license.