Crafting experience...
8/19/2024
A Project Made By
Submitted for
Built At
School of Code - CodeFest!
Hosted By
ResourceAdmin is your centralised dashboard for seamlessly managing and organising both school-endorsed and personal resources in one efficient platform. Streamline your workflow, enhance productivity, and keep all your valuable resources at your fingertips with ease.
In today’s digital age, we have an abundance of resources available at our fingertips, from educational materials and insightful articles to engaging videos and tutorials. But with so many options available, it can be difficult to determine which resources are genuinely valuable. And keeping track of the ones that are most meaningful to us can be challenging. Have you ever encountered a resource you loved—perhaps a particularly insightful article or a useful video—and saved it, only to find later that you can’t locate it when you need it? Our project addresses this issue by providing a comprehensive web app designed to help you manage and organise both school-endorsed and personal resources efficiently. ResourceAdmin not only pre-loads resources recommended by your educational provider but also allows you to add and track your favourite resources, ensuring you never lose sight of what matters to you.
To run ResourceAdmin locally, follow these steps:
git clone https://github.com/peterston-e/codefest.git
cd codefest
npm install
or
yarn install
npm run dev
or
yarn dev
Your app should now be running on localhost:3000.
Due to time constraints, we utilized a boilerplate to expedite development. This allowed us to concentrate on incorporating as much functionality as possible within the project's scope.
We have used the following technology:
Next.js: For it's efficient routing.
TypeScript: For static typing for enhanced code quality.
TailwindCSS: For responsive design.
Proof of Concept Initially, we are using a JSON file to manage data as a proof of concept. Our future plans include integrating a database to improve data management and scalability.
We have several exciting features planned for future updates:
Stay tuned for these enhancements as we continue to improve the platform!
This CodeFest 2024 hackathon project was built by the Crimson Bats:
@nashetty
@peterston-e
@Ayodimeji-stacks
The ResourceAdmin was built on a Next.js TailAdmin boilerplate.