/capstone3-react-redux-APOD

SPA based on the APOD public API of the NASA. The user can display 20 random pictures, filter between them based on the title, and see details of each picture.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Microverse README Template

📗 Table of Contents

📖 React & Redux capstone: Astronomy Picture of the Day

[Astronomy Picture of the Day] is a Single-Page Application, where the user can display 10 random pictures from the APOD database of NASA. Each picture-card contains a 'details'-button, which takes the user to the 'details'-page, where they can read an explanation for the picture, see whom the picture belongs to, and the date when the picture was the pic of the day (not when it was taken). Moving back the user can browse and see the details of the other previously displayed pictures, the collection only refreshes into 10 new random pictures, when the user clicks the 'load/refresh' button.

🛠 Built With

Tech Stack

Client
Server

Key Features

  • [Clicking the 'load/refresh' button gives the user 10 random pictures]
  • [Clicking the 'details' button navigates the user to a new page with more information]
  • [Clicking the 'back' button on the details page navigates the user back to the previously displayed 10 pictures]

(back to top)

🚀 Project Documentation

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • GitHub access
  • A code editor

Setup

Getting Started with Create React App and Redux

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

Available Scripts

In the project directory, you can run:

npm start

Runs 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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Usage

To run the project, execute the following command:

  • npm start

Run tests

To run tests, run the following command:

  • npm test

👥 Author

👤 Author

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star!

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)