Skip to content

coder-pro10z/AceThatInterview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AceThatInterview
├─ client
│  ├─ eslint.config.js
│  ├─ index.html
│  ├─ package-lock.json
│  ├─ package.json
│  ├─ postcss.config.cjs
│  ├─ public
│  │  └─ vite.svg
│  ├─ README.md
│  ├─ src
│  │  ├─ App.css
│  │  ├─ App.jsx
│  │  ├─ assets
│  │  │  └─ react.svg
│  │  ├─ index.css
│  │  └─ main.jsx
│  ├─ tailwind.config.cjs
│  └─ vite.config.mjs
├─ node
├─ npm
└─ server
   ├─ .env
   ├─ controllers
   ├─ index.js
   ├─ models
   ├─ package-lock.json
   ├─ package.json
   └─ routes

📦 Required Libraries

Frontend (Client)

  • react-router-dom
  • axios

Backend (Server)

  • express
  • mongoose
  • cors
  • dotenv
  • nodemon (dev)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages