Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 717 Bytes

README.md

File metadata and controls

55 lines (30 loc) · 717 Bytes

Language Learning

A Language Learning Website made with React.js Framework.

Features

  • create components
  • use react router
  • created modal and pass the data using props
  • used react-sliding-pane for ui and for edit and update the data
  • used local JSON data

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/ankita-tripathii/Language-Learning

Go to the project directory

  cd Language-Learning

Install dependencies

  npm install

Start the server

  npm start

Tech Stack