Typing Text Assignment

This is a Typing Text Assignment bootstrapped with create-next-app.

The application uses random-paragraph, an npm library to genarate random paragraph and redux-toolkit for application state management.

Getting Started

cd into project directory and run,

npm install

to install application dependencies then, run the development server:

npm run dev

to start application in development mode.

Open http://localhost:3000 with your browser to see the result.