Skip to content

A simple MERN application for testing your knowledge of general concepts based around software engineering.

Notifications You must be signed in to change notification settings

chris-a-phillips/interview-trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation


Interview Trivia

Test yourself and see how much you know about basic software engineering concepts.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact
  6. Acknowledgements

About The Project

Test Screenshot


This is a simple MERN application for testing your knowledge of general concepts based around software engineering.

The main functionality includes:

  • Frontend React app styled using basic CSS for a glassmorphism effect
  • Frontend that is connected to backend using axios with functionality to create and read data using RESTful routes
  • Backend Express using Mongoose for schemas to questions

This can be used for anyone on their journey in software engineering. Although it was created with the purpose of preparing for interviews, it can be used as a way to do basic trivia. It was created with frontend, backend, behavioral, and whiteboarding questions in mind. It will continue to grow with questions about different topics and more ways to visualize the information.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure that you have the latest npm version.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/chris-a-phillips/interview-trivia.git
  2. Install NPM packages
    npm install

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Chris Phillips - Chris Phillips LinkedIn - phillipsachris@gmail.com

Project Link: https://github.com/chris-a-phillips/interview-trivia

About

A simple MERN application for testing your knowledge of general concepts based around software engineering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published