Displays a searchable gallery of my projects. Users can scroll down and see all projects. Users can filter projects by title. Users can filter projects by technologies that are used.
- Lead Developer: Felipe Fernandez
The latest deployment of ProjectGallery can be viewed at: https://enigmatic-meadow-17496.herokuapp.com/
This app is build with ReactJS.
Redux is used to manage state.
Jest is used for testing.
Knowledge is the above mentioned technologies will be very helpful.
Fork the repo to your own GitHub.
Open your favorite terminal.
Navigate to where you want to clone the repo.
Clone the repo to your computer using the git clone
command.
Navigate into the cloned repo.
Type npm install
to install dependencies.
Tests are written using Jest.
To run tests, type npm test
in terminal.
Follow directions given in terminal.