RS Lang is an application for learning English.
Made as a final group task for RS School Stage 2
- Electronic textbook with a database of 3600 most frequently used words in English
- 2 mini-games for learning practice
- Statistics page for tracking individual progress
- Sign-Up/Sign-In with validation and api error popups
- Fully responsive
👉 The project is hosted on Netlify: https://rslang-seala11.netlify.app/
- React
- React Router v6
- Redux Toolkit
- TypeScript
- Sass
Backend repository: https://github.com/Seala11/react-rslang-be
- Run the app in the development mode
$ npm start
- Build the app for production to the
build
folder.
$ npm run build