Talent Trade is the front end of a web application that allows users to sign up and learn new skills or share their own. There is backend code in this repository, however it wasn't implemented into the application itself — it was only written for practice purposes. Talent Trade was built over the course of 8 weeks as a project for the Chingu collaboration network. The remote team responsible for development was comprised of 3 people: Chris Fotso, Jeff Vega, and Eliezer Valenzuela.
Live link: https://talent-trade.netlify.com
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Git, NPM, Node, a web browser, a terminal of your choice
Using a terminal, clone the repository like so (make sure you have git installed):
git clone https://github.com/chingu-voyages/v8-geckos-team-05.git
Then, navigate into the skill-trade-client
folder like this (assuming you're on a unix system):
cd skill-trade-client
Run npm install
.
Then, run npm run start
.
The application should open in your default web browser.
Enjoy using Talent Trade!
- React - The client-side JavaScript framework used
- Sass - The CSS framework used to increase code readability and maintainability
- Express - The Node framework used to create a REST API that can interact with the database
- MongoDB - The database used to store and retrieve users' information
-
Chris Fotso - View commits
-
Jeff Vega - View commits
-
Eliezer Valenzuela - View commits