Skip to content

Latest commit

 

History

History
143 lines (103 loc) · 6.6 KB

README.md

File metadata and controls

143 lines (103 loc) · 6.6 KB

Template

💻 Technologies

Linux badge VS Code badge Git badge Node.js badge npm badge ESLint badge Prettier badge Babel badge Jest badge React badge Vite badge Webpack badge Vercel badge Framer Motion badge Swiper badge React Router badge Tailwind CSS badge Koyeb badge Railway badge PostgreSQL badge ExpressJS badge Prisma badge Supabase badge Render badge Neon badge Supertest badge

Demo:

folder

Screen views

Desktop View:


Tablet View:


Mobile View:

desktop view

🌐 Origin

📝 Description

Store all template files.

Features

🎯 Relevance

To solidify concepts of ### in ###.

👥 Intended Audience

Developers, users, and non-developers.

Note

Users can install all dependencies using package.json file via:

npm install

To use manageDeployments.sh:

sudo apt install gh
gh auth login
sudo apt-get install jq
chmod +x manageDeployments.sh
./manageDeployments.sh

📂 Files

Invert
File Description
src/* Source files that are bundled into the output directory dist/.
src/index.js The main JavaScript entry point that bundling begins.
dist/* Output files from bundling of files in directory src/.
dist/main.js Main JavaScript output file that contains the bundled JavaScript code. Code is minified and optimized for deployment (Due to mode set to production in webpack config).
package* Contains details of project and dependencies versions.
algorithm.txt Algorithm for JavaScript.
readme-assets/* Live demo and different screen views used in README.md.

©️ Credit

Invert
File Description
src/assets/### Photo created by ### on ###.

🔄 Improvements

Invert
  • ###

👤 Curator

  1. Ace Da Costa Silvanus

🞁 Top