Spejs endeavors to present users with engaging data related to StyleX spacecraft launches, NASA's photo of the day, and images captured by the Curiosity rover on Mars.
This project uses React JS along with features like hooks, router, props, and API fetching.
The main aim is to practice these skills.
Styling is done using the stylex library.
As it's in the early stages, the project requires downloading a BETA package to run properly with VITE (included in package.json).
Install the project by cloning to desired folder.
npm installor
bun installKrav för godkänt:
- ✅ Projektet innehåller och använder minst 6 stycken komponenter varav minst 2 stycken är “statefulla"-komponenter.
- ✅ React Router har använts för att dynamiskt uppdatera URL’en.
- ✅ Git & GitHub har använts
- ✅ Projektmappen innehåller en README.md fil
- ✅ Uppgiften lämnas in i tid!
- ✅ Muntlig presentation är genomförd
Krav för väl godkänt:
- ✅ Alla punkter för godkänt är uppfyllda
- ✅ Ett “CSS i JS“ lib skall användas för att skriva CSS (ex JSS, Styled-Components, mm)
- ✅ Data från ett web-API hämtas och visas på sidan.