mo-fouad / ssr-search-app

simple search application based on server Side rendering using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple SSR React App

this project is a Simple Server side React Application to search for movies or TVShows you may like, it uses React hooks concept als the denouncing idea.

This project was bootstrapped with Create React SSR App.


alt text

Scripts to run the project

to the the development mode, navigate to the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

then you can run node build to run the server side app

Learn More

You can learn more in the Create React SSR App documentation.

To learn React, check out the React documentation.

About

simple search application based on server Side rendering using React


Languages

Language:JavaScript 98.7%Language:CSS 0.9%Language:HTML 0.4%