Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 683 Bytes

This project was bootstrapped with Create React App.

Codecademy UI

UI clone of Codecademy, that is known for its eye-catchy user interface.

Language: JavaScript, TypeScript and CSS
Frameworks: React18
CSS Pre-Processor: SCSS

Try the live demo!

To Run Locally:

Clone the repository and perform the following command line actions in the root directory:

npm install
# and then
npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.