Language Master is a React.js project that helps you learn new languages on the fly!
- Live: language.wesamabadi.com
- Auther: Wesam Abadi
- Node.js & NPM
- Clone the repository onto your local machine.
- Navigate into the cloned directory in your terminal or command prompt.
- Run
npm installto install all dependencies required by this project. - Once installation has completed successfully, run
npm startto start the development server. - Open your browser and navigate to http://localhost:3000/ to view the app in action.
To build the production version of the app, simply run npm run build. This will generate an optimized bundle inside the build folder which can then be deployed to any hosting service or static site hoster like GitHub Pages, Firebase or Netlify.
This project is licensed under the MIT License
