https://github.com/subztep/nc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/subztep/nc
- Owner: SubZtep
- Created: 2023-07-09T17:04:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T17:04:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T06:43:11.450Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predict 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 install`
Install dependencies
### `npm run dev`
Runs parallel the React app and the API.
### `npm start`
Runs React app.
### `npm run api`
Runs API.
## Notes
- React Context was chosen for its suitability in rapid prototyping.
- The current implementation of the store relies on filenames and requires improvements to handle multiple directories more effectively.
- To streamline configuration, a single CSS file is utilized throughout the project.
- Further enhancements can be made to the current implementation of the API hook and the image resizer for improved functionality.
- Tested in newest Chrome and Firefox with responsive mode.