An open API service indexing awesome lists of open source software.

https://github.com/sachinjaiswal01/fullstackjokes

Fullstack Jokes is a web application built with React.js for the frontend and integrates a backend for serving jokes. The project uses modern web technologies to display a collection of funny tech-related jokes, showcasing full-stack development skills.
https://github.com/sachinjaiswal01/fullstackjokes

css express fullstack html javascript reactjs server vite

Last synced: 3 months ago
JSON representation

Fullstack Jokes is a web application built with React.js for the frontend and integrates a backend for serving jokes. The project uses modern web technologies to display a collection of funny tech-related jokes, showcasing full-stack development skills.

Awesome Lists containing this project

README

          

# Fullstack Jokes
Fullstack Jokes is a web application built using React.js for the frontend and Express to serve dynamic jokes. The app provides a fun and interactive experience by displaying tech-related jokes.

# Features
A user-friendly, responsive frontend built with React.js
card-style UI with hover effects
Simple backend to handle joke retrieval.
# Tech Stack
Frontend: React.js
Backend:Express

# Installation
Clone the Repository
bash
Copy code
git clone https://github.com/yourusername/fullstackJokes.git
cd fullstackJokes
# Install Dependencies
For both frontend and backend:

Frontend (React.js):
bash
Copy code
cd frontend
npm install
Backend (Node.js):
bash
Copy code
cd backend
npm install
Running the Project
Start the Backend:
bash
Copy code
cd backend
npm start
Start the Frontend:
bash
Copy code
cd frontend
npm start
The app will be available at http://localhost:3000 (or your specified ports).