TypeWavePro (https://typewavepro.netlify.app/)
This repositories for TypeWavePro web application which is hosted in netlify. The Application lets you choose your preferred topic for the typing test, ensuring a personalized experience.
- Used to check users typing speed (mistakes, word per minutes, character per minutes).
- The Application allows users to specify topic for typing test before him/her starts test.
#Repository Map
typewave
└── App.jsx/
└── pages/
├── Home.jsx/
│ └── components/
│ └── home/
│ ├── Word.jsx
│ └── Input.jsx
└── Test.jsx/
└── components/
└── typing/
└── Result.jsx
- @google/generative-ai - This SDK allows developers to leverage state-of-the-art models (like Gemini) for various use cases.
- Refer - https://www.npmjs.com/package/@google/generative-ai
- react-router-dom - It enables you to implement dynamic routing in web applications built with React.
- Refer - https://www.npmjs.com/package/react-router-dom
- react-icons - It allows you to easily import icons using ES6 syntax.
- Refer - https://www.npmjs.com/package/react-icons
- NodeJs - v20.10.0 or latest
- Git (optional, for version control integration)
-
Client: ReactJs, HTML, CSS
-
LLM: Gemini API
import Component from 'my-project'
function App() {
return <Component />
}