Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.02 KB

Dashboard Images

This project is an exercise for complete the third module of the Training Full Stack React in Oxygen Academy.

The project

Create an application in React with the following features:

  • Make a dashboard for download and manage images.
  • Use Create-React-App with React Router, Redux and Redux Toolkit.
  • Import Components from MUI
  • Use the API of Unsplash

Users should be able to:

  • ...

Clone this repository

# Clone this repository
$ git clone https://github.com/TKadyear/job-listing.git

# Go into the repository
$ cd job-listing

# Install dependencies
$ npm install

# Run the local server
$ npm run start

If you want the production server do:

#For prepare the documents for production:
$ npm run build

My process

Built with

  • React
  • React Router
  • Redux and Redux Toolkit
  • MUI Components

Useful Resources

  • ...

Author