Skip to content

Instantly share code, notes, and snippets.

View Jace-Tech's full-sized avatar
🙃
What's up?

Chidindu Emmanuel Aneke Jace-Tech

🙃
What's up?
View GitHub Profile
@Jace-Tech
Jace-Tech / gist:c778e34ede859e68e03bf118b4139d58
Last active April 17, 2024 01:42
Expo project `package.json` file
{
"name": "ikenga-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
@Jace-Tech
Jace-Tech / README.md
Created July 26, 2023 06:51
Flask Assessment

FLASK TASK

This task is designed to help you become familiar with our code structure, which, in turn, will enable us to work uniformly and more efficiently.

Tasks

  • Set up the project using the steps provided in the README.md

  • Try to create a new notes without sending any body. Notice you'll get a 500 INTERNAL SERVER ERROR, if you check where the error was handled in notes.py, 400 BAD REQUEST was the status code that was returned in the CustomRequestError class. Fix this issue.

@Jace-Tech
Jace-Tech / README.md
Created April 30, 2023 10:14
React Assignment

Component Assignment

Recreate Something like this using the data provided below

image

type SectionType = {
  title: string;
@Jace-Tech
Jace-Tech / text.md
Created April 21, 2023 00:59
Technical Documentation: Music World App

Music World App

Introduction

Music World is a music social and marketplace platform designed for music producers, artists, and music lovers. The platform aims to create opportunities for singers and producers to monetize their music content, videos, songs, and beats while offering music lovers a place to enjoy and earn from the social economy through Pi blockchain. This technical documentation provides an overview of the Music World app, including its features and functionality.

Account Opening

The Music World app allows users to create three types of accounts, including music producer, music artist, and music lover. During the account setup process, users will be prompted to select their account category and can then upload beats, songs, or music videos. Monetized beats are only available for purchase once, and the system removes them from the producer's list automatically. Users can upload only one profile picture, and each content uploaded on the app can be priced with any amount of Pi the user c