https://github.com/adenugbamichael/pics
Building lists of records
https://github.com/adenugbamichael/pics
axios react semantic-ui unsplash-api
Last synced: 2 months ago
JSON representation
Building lists of records
- Host: GitHub
- URL: https://github.com/adenugbamichael/pics
- Owner: adenugbamichael
- Created: 2023-03-07T07:52:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T13:55:21.000Z (about 2 years ago)
- Last Synced: 2025-01-24T21:32:03.529Z (4 months ago)
- Topics: axios, react, semantic-ui, unsplash-api
- Language: JavaScript
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Application with Semantic-ui
About the project |
Installation |
Test |
Build
![]()
## :rocket: About the project
The goal of this project was to demonstrate 📮 how to get feedback from user, fetch data from API or server then show lists of records 📝
## :runner: Installation
```
// 1 - Git Clone// 2 - Installing the dependencies
npm install// 3 - Run the application in the development mode
npm start```
### `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.
### 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)