Skip to content

Seala11/rslang

Repository files navigation

RS Lang

About

RS Lang is an application for learning English.

Made as a final group task for RS School Stage 2

Key Features

  • 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

How to quickly try it?

👉 The project is hosted on Netlify: https://rslang-seala11.netlify.app/

Stack

  • React
  • React Router v6
  • Redux Toolkit
  • TypeScript
  • Sass

Backend

Backend repository: https://github.com/Seala11/react-rslang-be

Setup and Running

  1. Run the app in the development mode
$ npm start
  1. Build the app for production to the build folder.
$ npm run build