https://github.com/willianjusten/learn-japanese
Learn hiragana and katakana in an easy way.
https://github.com/willianjusten/learn-japanese
Last synced: 3 months ago
JSON representation
Learn hiragana and katakana in an easy way.
- Host: GitHub
- URL: https://github.com/willianjusten/learn-japanese
- Owner: willianjusten
- Created: 2021-02-06T18:01:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T21:59:24.000Z (over 4 years ago)
- Last Synced: 2025-02-01T17:11:10.399Z (4 months ago)
- Language: TypeScript
- Homepage: learn-japanese.willianjusten.vercel.app
- Size: 803 KB
- Stars: 26
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Japanese
A simple project to learn Hiragana and Katakana.
This project uses [React Avançado Boilerplate](https://github.com/react-Avancado/boilerplate), that uses lot of stuff as:- [TypeScript](https://www.typescriptlang.org/)
- [NextJS](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Storybook](https://storybook.js.org/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://github.com/typicode/husky)## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
## Commands
- `dev`: runs your application on `localhost:3000`
- `build`: creates the production build version
- `start`: starts a simple server with the build production code
- `lint`: runs the linter in all components and pages
- `test`: runs jest to test all components and pages
- `test:watch`: runs jest in watch mode
- `storybook`: runs storybook on `localhost:6006`
- `build-storybook`: create the build version of storybook