Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marko1943 authored Feb 27, 2024
1 parent 2fe3211 commit 7770793
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Nasa Image Search

Deployed via GitHub actions on https://marko1943.github.io/react-vite-starter/


Search images with NASA API



- Bundled with Vite. Yarn as a package manager.
- Uses CSS modules.
- TypeScript.
Expand All @@ -21,11 +26,9 @@ Tested/Created with Node v20.3.0

- CSS theming
- Add basic snapshot tests for pages; i.e. hitting Search renders images, clicking on image redirects to new route; test show page render, etc...
- Mock api calls with Jest
I tried to add Jest to Vite but doesn't seem to be working as expected and at this point I have no time to try other
testing lib or move to CRA/Webpack.
- Mock API calls with Jest
- Lazy load images, eg 20 by 20

## Note

You're on a `codekeepers` branch. Remain there to test this. Main branch is just a skeleton i use.
You're on a `codekeepers` branch. Remain there to test this. The main branch is just a skeleton I use.

0 comments on commit 7770793

Please sign in to comment.