Skip to content

LearnersGuild/talent

Repository files navigation

Talent

Talent is an app used for employers, future, past, and present learners, and anyone interested in Learner's Guild to see what our learners have accomplished!

Getting Started

Fork the Talent repo.

Clone your forked repo.

Set your remote upstream to the original repo.

Prerequisites

You will be using React, thus, being able to work with and understand React is a must.

Knowing about Webpack and Babel would help as well.

This app also uses Redux and knowledge of Redux is required. Redux

This app uses a technique known as isomorphic rendering. For a better understanding, read this article. Isomorphic Rendering

Installing

Install the modules.

npm install

Then run the server.

npm run build
npm run update:data
npm run webpack:server
npm run start:dev

Globally install nvm, avn, and avn-nvm.

curl -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
npm install -g avn avn-nvm
avn setup

TESTING SUBSECTION

Testing for this app is being done using Jest, Enzyme, and Navalia. To run the tests, run this command.

npm test

The code for the tests is located in the tests directory.

Built With

  • React - Library used to build the app.
  • React Router - Library used to give React routing capabilities.
  • Redux - Library used to store entire app's state.
  • Webpack - Library used to bundle js, css, and html.
  • Babel - Library used to compile js.

Versioning

express - 4.16.2 node - 8.1.2 react - 16.0.0 redux - 3.7.2 react-router-dom - 4.2.2

Authors

Jared Grippe Zubair Ahmed Douglas Lubaway - Project Lead Patrick Kallas Sally Maki Serafin Wesnidge Aaron Villanueva Michael Klein Ryan Greenberg Judy Tuan Punit Rathore Zubair Ahmed Breyana Scales

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Stephen Grider for the framework React app.
  • Punit and Judy for PR Reviews!