SkillSwap is a modern platform designed to facilitate skill exchange, connecting people in the digital environment who want to learn with those willing to share their knowledge.
In a constantly evolving digital environment, updating and strengthening skills is crucial. SkillSwap addresses the challenges of collaborative learning, offering a smooth and effective digital experience for knowledge exchange.
Facilitate continuous learning and collaborative teaching, creating a vibrant community where users can explore their interests and direct their personal and professional development.
-
Frontend:
- Next.js, TypeScript, Redux Toolkit, Styled Components, Bootstrap Icons
-
Backend:
- C#, .NET, Swagger, Azure
To access the admin panel, use the following credentials:
- Email: arlex.z96@gmail.com
- Password: @A12345
These credentials should be used only for administrative purposes.
├── public
│ ├── img
│ └── svg
├── src
│ ├── app
│ │ ├── (account)
│ │ │ └── auth
│ │ ├── admin
│ │ │ ├── legal
│ │ │ ├── posts
│ │ │ ├── reports
│ │ │ ├── users
│ │ │ ├── layout.tsx
│ │ │ └── page.tsx
│ │ ├── api
│ │ │ └── github-profile
│ │ ├── legal
│ │ ├── recoverPassword
│ │ ├── redux
│ │ │ ├── slices
│ │ │ └── store.ts
│ │ ├── user
│ │ │ ├── detailUser
│ │ │ ├── discover
│ │ │ ├── legal
│ │ │ ├── match
│ │ │ ├── layout.tsx
│ │ │ ├── page.tsx
│ │ │ └── (settings)
│ │ │ ├── info
│ │ │ ├── profile
│ │ │ ├── metrics
│ │ │ ├── skills
│ │ │ └── social
│ │ ├── layout.tsx
│ │ ├── providers.tsx
│ │ ├── rootHandler.tsx
│ │ └── globalStyling.tsx
│ ├── components
│ │ └── ui
│ ├── hooks
│ ├── lib
│ │ ├── services
│ │ └── utils
│ ├── models
│ └─── middleware.ts
└─── .env.local (OPTIONAL)
-
In this link, you can view the Documentation of our project on Notion:
-
In this link, you can view the Task Management and Sprints of our project on Jira:
-
In this link, you can view the MockUp and Figma Design of our project on Figma:
-
In this link, you can view our project deployed on Vercel:
-
David Francisco Blandón Mena
- franccoina
-
Luisa Fernanda Ramírez Cardona
- luisaramicar11
-
Joan Sebastian Zapata Caro
- JoanZapata05
-
Arlex Mauricio Zapata Mesa
- Arlexz96
-
Jonathan Escobar Molina
- JEscobar07
-
David Steven Medina Urrego
- medi77na
- Clone the repository:
git clone https://github.com/luisaramicar11/skillSwap.git
- Run the project in terminal:
npm run dev
- Create a file named ".env.local" in the root of the project:
- This file should contain a GITHUB token allowing you to preview users' GitHub profiles.
- However, due to the ".gitignore", you may not have this file when cloning this project, or it may be automatically deleted during transfer.
- It is recommended that you create it manually, but don’t worry; this will not affect your experience.
- You will need to generate your own GITHUB token, which you can obtain by following the instructions on GitHub or just go to the end of this document, where we will explain it to you.
.env.local
- Write the following code in the previously created file to keep the token in your project. You must name the variable this way, otherwise, it will not work:
NEXT_PUBLIC_GITHUB_TOKEN=your_generated_token_here
- Open http://localhost:3000 on your browser and enjoy our project.
-
Log in to GitHub:
- Go to GitHub and log in to your account.
-
Navigate to Settings:
- Click on your profile picture in the top right corner.
- Select Settings from the dropdown menu.
-
Access Developer Settings:
- In the left sidebar, scroll down and click on Developer settings.
-
Personal Access Tokens:
- Click on Personal access tokens in the left sidebar.
- Select Tokens (classic).
-
Generate New Token:
- Click on the Generate new token button.
-
Set Token Scopes:
- Give your token a descriptive note.
- Set the expiration for the token as needed.
- Select the scopes for the token:
- repo: Full control of private repositories.
- user: Read and write access to profile data.
-
Generate and Copy the Token:
- Click on Generate token.
- Copy the generated token. You won’t be able to see it again!
-
Store Your Token:
- Save your token securely, such as in a
.env.local
file, and use it in your project as needed.
- Save your token securely, such as in a
Make sure to keep your token private. If you believe it has been compromised, revoke it immediately and generate a new one.
Greetings from SkillSwap Team.
© All rights reserved.