https://github.com/mudaston/react-practice
:atom: This application is similar to the administrative panel.
https://github.com/mudaston/react-practice
learn-to-code learning learning-by-doing react reactjs study styled-components webpack
Last synced: over 1 year ago
JSON representation
:atom: This application is similar to the administrative panel.
- Host: GitHub
- URL: https://github.com/mudaston/react-practice
- Owner: mudaston
- Created: 2022-02-04T12:27:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T15:29:50.000Z (over 3 years ago)
- Last Synced: 2025-01-21T06:08:27.727Z (over 1 year ago)
- Topics: learn-to-code, learning, learning-by-doing, react, reactjs, study, styled-components, webpack
- Language: JavaScript
- Homepage: https://mudaston.github.io/React-Practice
- Size: 797 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :office_worker: React Practice


This application is similar to the administrative panel.
## Demo
[https://mudaston.github.io/React-Practice](https://mudaston.github.io/React-Practice)
## Screenshots
## System Requirements
- [git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/en/)
## Run Locally
Clone the project
```bash
git clone https://github.com/mudaston/React-Practice.git
```
Go to the project directory
```bash
cd React-Practice
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
Open in a browser
```bash
http://localhost:3000
```
## Lessons Learned
In this project, I learned how React works.
## Additional
My first React app :slightly_smiling_face: