Skip to content

Latest commit

 

History

History
95 lines (59 loc) · 1.63 KB

File metadata and controls

95 lines (59 loc) · 1.63 KB

🧑‍💼 React Practice

GitHub repo size GitHub code size in bytes

This application is similar to the administrative panel.


Demo

https://mudaston.github.io/React-Practice


Screenshots

System Requirements


Run Locally

Clone the project

  git clone https://github.com/mudaston/React-Practice.git

Go to the project directory

  cd React-Practice

Install dependencies

  npm install

Start the server

  npm run start

Open in a browser

  http://localhost:3000

Lessons Learned

In this project, I learned how React works.


Additional

My first React app 🙂