Speadr is a minimalist web app aimed to significantly improve your reading skills by offering tools such as a speed reader.
This is a web app hosted on GitHub Pages built with React, TypeScript, and Tailwind, and the libraries Framer Motion, and React Icons. The src folder contains the frontend components and pages. The public folder contains frontend assets like icons and logos.
To host Speadr on your machine for local development or other purposes, simply follow these steps below:
-
Clone the GitHub repository using the command
git clone https://github.com/tonymac129/speadr.git
-
Open it with your favorite code editor or through the terminal
-
Open the terminal and run the commands
npm install npm run dev
to start the Vite dev server at localhost:5173/speadr and see the magic!
Any kind of contribution is welcome, but please follow the guideline below!
- Submit an issue if there's a bug/issue or if you want to suggest new features/subscriptions to be added.
- Submit a pull request if you want to add or improve the code base!
- Commit messages should be specific and address the issue
- Please don't submit random issues that aren't specific
- Please don't submit pull requests that "fix typo" or "improve formatting"