Skip to content

Releases: kt-std/nmse

React implementation

12 Jun 20:39
Compare
Choose a tag to compare

The current version of the application is implemented with the use of React library and also introduces the new Picture of the day feature. 🚀

Context implementaton

12 Jun 20:25
Compare
Choose a tag to compare

The current version of the application is implemented with the useContext hook to share information to any deeply nested components without the need of passing them through the props. ➡️

Introduce Hooks

09 Jun 14:14
a1c4ad4
Compare
Choose a tag to compare

The current version of the application includes a hooks mechanism for state management. The release also provides a new feature of the detailed description of the item and a download button for each media. 🎣

Introduce JSX

04 Jun 18:29
Compare
Choose a tag to compare

The current version of the application has separated components project structure. For the component's representation, the JSX syntaxis is introduced. 👏

Network Communication

02 Jun 18:39
Compare
Choose a tag to compare

The current version of the application allows users to search online. Any dynamic resources from the NASA collection are available.
Added error handlers and loader to show a user the current application state. 🌐

Offline App

12 May 10:58
Compare
Choose a tag to compare

The current version of the application allows users to search offline. For now, only static data are available.
On the given data user can perform sorting and filtering of information according to the rules outlined in README.
For better UX selected filters tags with controls were added. 🚩