Skip to content

An open-source alternative to Learning In Motion (LIM)

License

Notifications You must be signed in to change notification settings

VikeLabs/coopme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce8dd2f · Sep 14, 2024

History

38 Commits
Mar 25, 2024
Aug 4, 2024
Mar 25, 2024
Mar 25, 2024
Jul 4, 2024
Mar 25, 2024
May 31, 2024
Mar 15, 2024
Sep 14, 2024
Aug 4, 2024
Aug 4, 2024
Mar 25, 2024
Aug 4, 2024
Aug 4, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024

Repository files navigation


Contributors Stargazers Issues

CoopMe is a website built to simplify the experience of searching for co-op's for students based in British Columbia.

Development

Contributions

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

About VikeLabs

This project is currently being developed by students at the University of Victoria as part of VikeLabs. VikeLabs is a student-led software development club at UVic.

Directory Structure

├── LICENSE
├── README.md
├── README1.md
├── components.json
├── direc.sh
├── next-env.d.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── route.sh
├── tailwind.config.ts
├── tsconfig.json
├── app/
│   ├── favicon.ico
│   ├── globals.css
│   ├── layout.tsx
│   ├── page.tsx
├── components/
│   ├── ui/
│   │   ├── table.tsx
├── lib/
│   ├── utils.ts
├── public/
│   ├── next.svg
│   ├── vercel.svg
├── tests/
│   ├── cookies.json
│   ├── index.ts
│   ├── package.json
│   ├── result.json
│   ├── tsconfig.json
│   ├── yarn.lock