-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd5a0db
commit f0f282d
Showing
174 changed files
with
115,625 additions
and
121,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]]. |
Oops, something went wrong.