Skip to content

Latest commit

 

History

History
112 lines (76 loc) · 6.26 KB

File metadata and controls

112 lines (76 loc) · 6.26 KB

I M A G I N E R I U M

Stars Forks Watchers

Imaginerium (n) - from imagination, engineering and museum

🌍 Imaginerium:

Ever had an idea for a really cool character for a story, or wanted to have somewhere to put down all your game's NPCs?

Then try Imaginerium!

Imaginerium is a world-building site for creatives of all stripes - writers, gamers, and anyone who has an original character or concept they'd like to put down on the internet. Unlike other similar sites, Imaginerium has been designed with accessibility and simplicity of use as the foremost consideration. Using Imaginerium you can create characters and collaborate with your friends, as well as generate and edit world maps for all sorts of storytelling ideas.

👷 Development Team:

A team of five from the School of Code's 13th Cohort. Imaginerium is our final, four-week long project, built in January 2023. We had four days' planning, 14 days' programming, and one day to present. We are...

THE BOOLEAN HOOLIGANS:

CHARLES SAJAN - 🔬📝📇👤

FILIP RUMINSKI - 🔬📝📇👤

IONA ROSE - 🔬📝📇👤

ANDRES ESPIN - 🔬📝📇👤

and

FELICITY CULLEN - 🔬📝📇👤

🔧 Tech Stack:

IMAGINERIUM is a Next.js project bootstrapped with create-next-app.

💻 Front End Tech:

🔩 Back End Tech:

🏠 Hosting:

🔨 Testing Tools:

📖 Libraries:

💾 Other Tools and Programs:

  • Google Docs
  • Google Slides
  • Figma
  • Miro
  • Trello
  • Slack
  • Zoom
  • Skype
  • Notepad
  • MS Paint

📋 Instructions:

For those who want to add their own spin on IMAGINERIUM or simply just rummage around in our code, here are the commands you'll need to run both the front and back end:

Front end:

npm i
npm run dev

Back end:

npm run dev

Testing - front and back end:

npm run test