A web app that allows users to create and manage their own secret spy missions, track mission progress, and decode encrypted messages from other agents.
- As a secret agent, I want to create covert missions so that I can organize my espionage activities.
- As a user, I want to update mission status so that I can track my progress through dangerous assignments.
- As a spy, I want to send encrypted messages so that I can communicate secretly with other agents.
- Mission -> {id, codename, objective, difficulty, status, location, agentAssigned, classified}
- Message encryption/decryption, mission difficulty calculator, agent -
- leaderboard, random mission generator.
- Home page that displays the Dashboard that has:
- Mission Log Panel
- Intelligence Panel
- Mission Status Panel
- Intelligence Status Panel
- Intelligence File Panel
- Mission Operations
- Secure Communications: with the message log
- Agents
- Tools
- Reports
- Shows the Time
- Side Bar: - Home, Missions, Messagelog, Agents, Tools and Reports
Visit the deployed application at: The Mission
The live app allows you to:
- Browse through the Navigation
- View the Dashboard, View the mission operations, view secret communictions
- Also navigate to the Agents, Tools, Reports and view the current time
If you want to run the project locally, you'll need:
- Node.js installed on your computer
- Basic understanding of React JS
- Code editor (VS Code recommended)
- Terminal/Command Line
-
Clone this repository using:
git clone git@github.com:edwin3v3/the-mission.git
or by downloading a ZIP file of the code.
-
Navigate to the project directory:
cd the-mission -
Install the required dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173
- React JS
- Vite
- CSS3
- JavaScript (ES6)
- Github Repository: Github Repository
- Live Site using Vercel: The-Mission
- Repository: DBJSON API Repository
- Deployed API: Live API URL
If you have any questions, suggestions, or need assistance, please contact:
- Email: shalon.mumbi@student.moringaschool.com
- Email: edwin.mwaniki@student.moringaschool.com
- Email: jesse.matara@student.moringaschool.com
MIT License
Copyright © 2025 The Mission - Sharon Mumbi | Edwin Mwaniki | Jesse Matara
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
