SEO Content Analysis web application built with React and Typescript. Minimalistic and mobile-friendly design.
Live version: https://seo-content-checker.vercel.app/
- Enter focused keyword;
- Enter Page Title;
- Enter Meta Description;
- Enter SEO Content;
- Navigate to SEO Optimization tips tab and make sure you score as high as possible:
React: https://reactjs.org/
Material UI: https://mui.com/
TinyMCE Rich Text Editor: https://www.tiny.cloud/
Emotion: https://emotion.sh/docs/introduction
- Open terminal and enter the following command:
git clone https://github.com/EimantasVesialka/SEO-Content-checker.git
- Change directory:
cd seo-content-checker
- Install dependencies:
npm install
- Make sure to change your Tiny API Key:
4.1. Open in browser: https://www.tiny.cloud/
4.2. Sign up or Login
4.3. When logged in, click on Cloud Dashboard, scroll to the bottom, copy your Tiny API Key
4.4. Create .env file in main app directory
4.5. Enter your Tiny API Key in .env file, as following: REACT_APP_TINY_API={TINY_API_KEY}
- Run the app in development mode:
npm start
- Open app in browser: Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.