https://github.com/willianjusten/japanese-words
Discover new japanese words each time you see the page.
https://github.com/willianjusten/japanese-words
Last synced: about 2 months ago
JSON representation
Discover new japanese words each time you see the page.
- Host: GitHub
- URL: https://github.com/willianjusten/japanese-words
- Owner: willianjusten
- Created: 2021-02-11T19:54:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T18:05:54.000Z (over 2 years ago)
- Last Synced: 2025-03-18T00:37:13.761Z (2 months ago)
- Language: TypeScript
- Homepage: https://japanese-words.vercel.app
- Size: 12.3 MB
- Stars: 46
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Japanese Words
A simple project to learn new japanese words everyday.
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