Skip to content

Commit

Permalink
Add editor to live code app
Browse files Browse the repository at this point in the history
  • Loading branch information
Abolfazl-ghodrati-k committed Oct 9, 2023
1 parent bd5a0db commit f0f282d
Show file tree
Hide file tree
Showing 174 changed files with 115,625 additions and 121,100 deletions.
46 changes: 23 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
106 changes: 53 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
# Abolfaz Book


Abolfazl-Book is a React app that showcases my skills in front-end development. I have spent 5 months developing it with true love. It includes the following features:

- Opening several windows in one screen
- Dragging windows and resizing them
- Minimizing and maximizing windows
- Closing window
- File manager, music player, calculator, awesome to-do app, weather widget
- Built-in command prompt for interacting with the app
- Changing the background image or color and saving or applying them

## Screenshots
![App Screenshot](https://user-images.githubusercontent.com/104020673/229520929-9c4cd8bb-2b09-4d55-bad6-951992338e56.png)
![App Screenshot](https://user-images.githubusercontent.com/104020673/229523370-7481b410-eee6-41d0-a41b-38e445af5cac.png)

## ISSUES
- auto downloading issue in idm
So if this is happening you could go to your idm options and in default downloads disable BIN file download option


## Getting Started

To get started with Abolfazl-Book, follow these steps:

1. Run `npm install -d --force` to install all dependencies
2. Run `npm run start` to run the app
3. The app will be available at `http://localhost:3000`
## Skills

In Abolfazl-Book, you can see how I handle the following front-end development skills:

- Positioning
- HOC
- operating with os
- Conditional rendering
- Code splitting
- Grid system in settings
- App routes
- 3D models
- Music playing
- Hover effects
- Redux-saga
## Contribution

Any contributions to Abolfazl-Book are appreciated. Don't forget to hit the star button 🌟


## Contact

Contact
If you have any questions or concerns about Abolfazl-Book, please contact me at [[email protected]].
# Abolfaz Book


Abolfazl-Book is a React app that showcases my skills in front-end development. I have spent 5 months developing it with true love. It includes the following features:

- Opening several windows in one screen
- Dragging windows and resizing them
- Minimizing and maximizing windows
- Closing window
- File manager, music player, calculator, awesome to-do app, weather widget
- Built-in command prompt for interacting with the app
- Changing the background image or color and saving or applying them

## Screenshots
![App Screenshot](https://user-images.githubusercontent.com/104020673/229520929-9c4cd8bb-2b09-4d55-bad6-951992338e56.png)
![App Screenshot](https://user-images.githubusercontent.com/104020673/229523370-7481b410-eee6-41d0-a41b-38e445af5cac.png)

## ISSUES
- auto downloading issue in idm
So if this is happening you could go to your idm options and in default downloads disable BIN file download option


## Getting Started

To get started with Abolfazl-Book, follow these steps:

1. Run `npm install -d --force` to install all dependencies
2. Run `npm run start` to run the app
3. The app will be available at `http://localhost:3000`
## Skills

In Abolfazl-Book, you can see how I handle the following front-end development skills:

- Positioning
- HOC
- operating with os
- Conditional rendering
- Code splitting
- Grid system in settings
- App routes
- 3D models
- Music playing
- Hover effects
- Redux-saga
## Contribution

Any contributions to Abolfazl-Book are appreciated. Don't forget to hit the star button 🌟


## Contact

Contact
If you have any questions or concerns about Abolfazl-Book, please contact me at [[email protected]].
Loading

0 comments on commit f0f282d

Please sign in to comment.