This is a simple React application designed to emulate the nostalgic experience of typing on a typewriter while working on your computer. With its minimalist design and typewriter sounds, it aims to bring back the charm of vintage typing while providing a distraction-free writing environment.
- Clone or download the repository from GitHub.
- Navigate to the project directory in your terminal.
cd typewriter-extension
- Install dependencies using npm or yarn.
npm install
- After installing the dependencies, build the application.
npm run build
- Open Google Chrome and navigate to chrome://extensions/.
- Enable Developer mode by toggling the switch in the top right corner.
- Click on the "Load unpacked" button.
- Select the build folder from the project directory and click "Select Folder".
- Once the extension is added, you will see the Typewriter Extension icon in the
- Chrome toolbar.
- Click on the icon to open the extension popup.
- Start typing in the popup to enjoy the typewriter experience!
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.