oftadeh-react-portfolio

Oftadeh - React Personal Portfolio Responsive Template is an React app written entirely with Javascript and has no jQuery dependency.

MIT License

Stars
20

Oftadeh React Portfolio

Oftadeh - React Personal Portfolio Responsive Template is an React app written entirely with Javascript and has no jQuery dependency.

To view a live demo, click here. html, css and jquery version, click here

React

React is the core of our template. If you don't know what React is or don't know how to use it, we strongly recommend checking the React before start doing anything with Oftadeh.

Create React App (CLI)

Create React App is a tool built by developers at Facebook to help you build React applications. It saves you from time- consuming setup and conguration.

Table of Contents

Prerequisites

This section will give you some information about what tools you will need.

Node.js

To install and use Oftadeh React, you will need Node.js installed to your computer. We won't get into too much detail about Node.js as it's out of the scope of this documentation. Also you won't need to actually use Node.js, it's only required for the development process.

Installation

A.Installing Prerequisites Download and install at least LTS or the latest version of Node.js from its web site.

B.Installing Oftadeh React Open your favorite console application (Terminal, Command Prompt etc.), navigate into your work folder, run the following command and wait for it to finish:

npm install

Development

While still in your work folder, run the following command in the console application:

npm start

Production

The following command builds the application into an output directory

npm run build

compiles the application into /build directory

Deployment

Checkout at Facebook's create-react-app documentation:Deployment

Project Structure

Heres the project structure of the Oftadeh React:

Theming

Default Colors and Sizes

You can change colors and sizes , Sass variables of your app at src/SCSS/variables.scss

Routing

Oftadeh React routing system based on react-router

Sources and Credits

  • react-icons
  • bootstrap 4.x
  • axios
  • fslightbox-react
  • node-sass
  • react-custom-scrollbars
  • slick-carousel
  • fslightbox
  • react-router-dom
  • react-slick
  • react content loader (skeleton)
  • unsplash
  • pexels
  • ui faces

This project was bootstrapped with Create React App.

Available Scripts

In 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 test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

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!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

License

Completely free (MIT)! See LICENSE.md for more.

Donate

You can donate to us. link for donate

Related Projects