Enabling students to improve their reading skills without the help of a tutor.
Download
Download or clone this repo by using the link below:
https://github.com/abhishekpatelmc/learnit
Backend Installation
cd backend
npm install
Start Backend Server:
npm start
Frontend Installation
cd learnit
npm install
Start Frontend Server:
npm start
To Vist the App:
http://localhost:3001
- Learn to speak
Here is the core folder structure which react provides.
react-app/
|- backend
|- src
|- components
|- pages
|- utils
Happy to answer any questions