It is a clone of Semrush, the online visibility management and content marketing SaaS platform. It is a collaborative project.
JavaScript, API, Html, CSS
- Navigation Bar and Footer is well aligned.
- Authenication is provided where data is getting stored in the local storage.
- AUthenticated user will be redirected to landing page.
Clone the Repository from Github. Then do the following steps:
npm install
npm run start
This is the landing page when user visits the website for first time.
In Sign up page where user need to submit their details to access the website.
In Sign up page where user need to give their credentials to access the protected parts of the website.
Once user logged in will be re-directed to landing page.