Hi there I'm ANKIT YADAV a full stack developer with Nextjs (Reactjs), TypeScript, Nodejs and MongoDB
I am excited to share the development of the Advait Foundation's website frontend! This project leverages the power of Next.js and TypeScript. Tailwind CSS is used for styling and ensuring visually appealing user interface.
- Website Link :- https://acharyaprashant.vercel.app/
Next.js : React framework for server-side rendering and static site generation.
TypeScript : Typed superset of JavaScript that improves developer productivity and code quality.
Tailwind CSS : Utility-first CSS framework for rapid UI development.
-
Framework: Developed with
Next.js, providing server-side rendering and static site generation. -
TypeScript: Ensured type safety and improved developer experience with
TypeScript, enhancing code quality and maintainability. -
Styling: Utilized
Tailwind CSSfor utility-first, highly customizable styling, resulting in a clean and consistent design across the website. -
Responsive Design: Created a fully
responsivelayout to provide an excellent user experience on all devices, from desktops to mobile phones.
Clone the project
git clone https://github.com/webdevankit07/Acharya-Prashant.gitInstall node_modules
npm installCreate .env file for these variables
NEXT_PUBLIC_API_BASE_URL = https://api.acharyaprashant.org/v2/legacy/courses
NEXT_PUBLIC_IMAGE_BASE_URL = https://cimg.acharyaprashant.orgStart server
npm run devTo run this project, you will need to add the following environment variables to your .env file
NEXT_PUBLIC_API_BASE_URL = https://api.acharyaprashant.org/v2/legacy/courses
NEXT_PUBLIC_IMAGE_BASE_URL = https://cimg.acharyaprashant.org



