Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
eec98f7
Add files via upload
phuongthao0515 Nov 19, 2024
47e2691
first commit
phuongthao0515 Nov 19, 2024
f1f1c8b
login page
phuongthao0515 Nov 25, 2024
ea07611
Merged unrelated histories
phuongthao0515 Nov 25, 2024
451a8e9
header
phuongthao0515 Nov 27, 2024
fd4ef88
update login, dashboard
phuongthao0515 Nov 27, 2024
8cb8727
mac ia
uyhunghang Nov 28, 2024
174f282
login modified
phuongthao0515 Nov 28, 2024
d7092c2
Removed .eslintcache from tracking and added to .gitignore
phuongthao0515 Nov 28, 2024
4268a22
Stop tracking node_modules
Dec 1, 2024
049b350
dashboard
uyhunghang Dec 1, 2024
90e44ce
lỗi size header
phuongthao0515 Dec 2, 2024
30cda49
lỗi header
phuongthao0515 Dec 2, 2024
cf1dbe6
fix login + header
phuongthao0515 Dec 2, 2024
f576b55
dashboard
uyhunghang Dec 2, 2024
af1df79
Merge branch 'client-dev' of https://github.com/ComTamSuonBiCha/smart…
uyhunghang Dec 2, 2024
ec2e02f
fix header bug
Dec 2, 2024
47a1425
fix pages size
Dec 2, 2024
a08053d
router
phuongthao0515 Dec 2, 2024
2aa4252
router
phuongthao0515 Dec 2, 2024
8316942
Routing mechanic
KhoaAnhNguyen04 Dec 2, 2024
7c1a069
add router
phuongthao0515 Dec 2, 2024
e6c4257
Merge branch 'client-dev' of https://github.com/ComTamSuonBiCha/smart…
phuongthao0515 Dec 2, 2024
71edfec
print-main
uyhunghang Dec 2, 2024
7a526cb
print-main
uyhunghang Dec 2, 2024
3f18cb4
editing
phuongthao0515 Dec 2, 2024
3175a00
editing
phuongthao0515 Dec 2, 2024
d6d1fe6
print-main-update
uyhunghang Dec 2, 2024
450107b
print-main-update
uyhunghang Dec 2, 2024
36edb1b
xong giao dien print main
uyhunghang Dec 2, 2024
f9e0d13
Add the chart + spso dashboard (#9)
KhoaAnhNguyen04 Dec 3, 2024
935ae74
fix routing bug
Dec 3, 2024
d1051b4
lineChart format
Dec 3, 2024
6592ff8
list append
Dec 3, 2024
089ffa3
stats Page layout finish
Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
server/node_modules
server/package-lock.json
# 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*
71 changes: 70 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
# smart-printing-service
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
1 change: 1 addition & 0 deletions node_modules/.cache/.eslintcache

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading