The all in one application that will solve AppSides project and resource management needs.
This project was part of a 48h Hackathon set-up by the Wild Code School with their partner AppSide. The purpose of the project was to resolve the issue's that AppSide were facing. These issue's where related to AppSide's ability to display and manage all of their projects across multiple branches worldwide. The InterLink app solved this issue by providing an easy to use application for the AppSide employees where they could see all of the current projects being carried out by AppSide.
This application is deployed at the following:
https://interlink.netlify.app/
It's status is :
The project was created using React for the frontend.
It can be set-up by the following:
-
First:
git clone
git@github.com:Billy-Night/InterLink
-
Second:
npm install
This will install all the dependencies.
- Third:
npm start
The main features of the application is it's ability to filter the projects by which technologies were used to create the project and also the ability to expand each project and view them in more detail. The user can navigate to their personal profile section where they will be able to select to see all projects that match their skills.
This application was set-up to display the solution to AppSides problem, with the time restrictions the frontend of the application was developed. In the future it would be beneficial to develop the backend and an admin sections for the AppSide management team. Be able to filter the projects with a search option, be able to filter the projects with different criteria such as location duration etc...