Number analysis translated in three different languages with light and dark theme
Simple project built after watching Web Dev Simplified's course. Includes checker for prime numbers and find divisors functionality. Main point was to sharp react skills and use React Router, Context API and LocalStorage.
Live demo: numberzen.netlify.app
OS X & Linux & Windows:
npm installMain idea was to create a simple boilerplate and present usage of React Router and Context API that can be used in future projects.
- 0.0.1
- Simple functionality, includes just prime number checker and divisors finder
- Fork it (https://github.com/jorgadev/numberzen/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
