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.
- Host: GitHub
- URL: https://github.com/sachinjaiswal01/fullstackjokes
- Owner: sachinjaiswal01
- Created: 2024-11-26T09:44:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:39:16.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:40:37.304Z (over 1 year ago)
- Topics: css, express, fullstack, html, javascript, reactjs, server, vite
- Language: JavaScript
- Homepage: https://fullstack-jokes.vercel.app
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).