- Completed: 03/21/2022
- Live Demo Here
- TypeScript
- React (Hooks and Functional Components only)
- TailwindCSS for styling
- Jest for testing
- View the top 100 cryptocurrencies
- Sort by ascending and descending for each column
- Filter by search text
- View one cryptocurrency
- View specific details
- Convert the units of said cryptocurrency to dollars
Ensure that you have Node.js and yarn installed on your machine.
- Clone this repository
- Navigate to the projects folder.
- Run the command
yarn install
to install the projects dependencies - Run the command
yarn start
to start the projects server - In a browser, navigate to
http://localhost:3000
(or the port you chose) - To run the test suite, run the command
yarn test
- Further optimization for mobile
- Increased test coverage
- Integrating more robust testing tools like Cypress
- More error handling