SkillCept is an AR-based web platform where students from any class can visit the site and learn various concepts with the help of 3D Models, which makes their understanding easier, and faster. SkillCept can help students achieve better results through visualization and full immersion in the subject matter.
The site is deployed through Vercel, which you can view from here
Checkout the ppt from here
You can checkout the demo video on youtube by clicking on the thumbnail below.
- Interactive 3D Models
- Learn with Augmented Reality
- Available in multiple languages
- Chatbot Assistant
- Fun games
- Home page
- Subject page
- Fun Zone page
- Contact page
- 404 Error page
- Next Js
- TypeScript
- React-three-fiber
- Jest
- Docker
- Tailwind CSS & Framer Motion
- AR: echo3D
- 3D Models: sketchfab.com
Required to install and run the software:
This is a Next.js project bootstrapped with create-next-app
.
From the project folder, run these commands in console (terminal) to install dependencies and run the app:
# Install the dependencies
npm install
# Run the app
npm run dev
# or
# Install the dependencies
yarn add
# Run the app
yarn dev
Open http://localhost:3000 with your browser to see the result.
Run the following command to test the project:
npm run test
# or
yarn test
Run the following command to build the Docker Image:
docker build -t skillcept .
After the build is completed run the Docker Container:
docker run -d -p 3000:3000 skillcept
On the browser visit http://localhost:3000
to see the demo.
Feel free to open an issue on GitHub if you find any bug.
Feel free to Open an issue on GitHub to request any additional features you might need for your use case.