Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 660 Bytes

Readme.md

File metadata and controls

23 lines (20 loc) · 660 Bytes

An intelligent learing application using node js and React js

This is a educational app which can solve, search almost anything(History,Math,politics,geography...) Image description

A request to solve a random math problem Image description SOlution to the problem Image description

how to run ?

First clone or download the project then run following commands

$ npm install
$ node index.js

Open another terminal

$ cd wolfui
$ npm install
$ npm run start

Don't forget to replace IO_URL (wolfui/src/components/App.jsx) with your home network IP.