Developed a message search and keyword highlighting system with React and TypeScript.
- Enables users to look up past messages with a single-word query.
- Highlights all occurrences of the query within messages, facilitating quick retrieval of relevant information.
- Implements efficient search techniques and constructs suffix arrays for potential performance enhancements.
This project was created with [Create React App]:
Install React and React Hooks:
Install TypeScript:
Install Babel:
Install Webpack:
Install Jest:
Install React Testing Libraries:
Install ESLint and Prettier:
In the project directory, you can run:
Run the app in the development mode. Open 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.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
Copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project to have complete access.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify