Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subztep/nc
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/subztep/nc
- Owner: SubZtep
- Created: 2023-07-09T17:04:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-09T17:04:23.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:11:26.164Z (about 1 month 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.