A simple test to show that a developer knows how to use basic tools and understands the basics of the Python language.
Make sure to fork this repository and submit a pull request with the requested tasks completed.
- Create a function called
reverse()
that reverses a string. - Write unit tests to prove that the function works.
- Commit/push and submit a pull request
- Using either Django or Flask, create a simple website that has a single form entry field with a submit button.
- Submitting the form will result in the submitted text shown in reverse on the next page.
- Commit/push your code up to Heroku.
- Update the README.md file in this repository with a publicly accessible url.
- Commit/push and submit a pull request.