Skip to content

Art-portfolio-frontend: Repository for the front-end application of the art portfolio project, enabling artists to store, view, edit, and delete portfolios.

Notifications You must be signed in to change notification settings

Vandhana-Mohan/art-portfolio-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artistic Universe - Art Portfolio for creative artists

Deployed Front End Artistic Universe

Deployed Back End Backend


About Developer

Vandhana Mohan GitHub | LinkedIn


Trello

We use Trello to manage our project tasks.

You can view our Trello board.

Features

This app includes the following features:

  • Adding a new image to portfolio
  • Edit the images or details
  • Delete a (an) item
  • Showing all items
  • Simple and easy-to-use interface
  • Interactive pages
  • Footer with social media icons
  • Responsive to all devices

Completed Stretch Goals

  • Trello board
  • Read me for front end and back end
  • Carousel
  • Sign In - Firebase
  • Added Google font
  • Changed favicon & title
  • Added Tailwind Css
  • validations in back end and front end
  • add about us page, contact us page, header, footer, social media icons for interaction

Skills

  • React: A JavaScript library used for building user interfaces and web applications.
  • HTML: Used to create the structure and layout of web pages.
  • JavaScript: A programming language that allows you to add interactivity and dynamic behavior to web pages.
  • Git: A version control system that allows you to track changes to your code and collaborate with others.
  • GitHub: GitHub is a popular platform used for hosting and sharing code repositories.
  • PicsArt: A graphics editing software used for image editing and manipulation.
  • Tailwind: A utility-first CSS framework that helps quick design responsive and accessible interfaces for the web.
  • Express: A fast and minimalist web framework for Node.js that allows you to build web applications and APIs.
  • PostgreSQL: PostgreSQL is a powerful, open-source relational database management system.
  • Netlify: Netlify is a cloud-based platform for hosting and deploying modern web projects.
  • Render: Render is a cloud platform designed for modern web applications.

Installation

  1. Fork and Clone the repository using the following command:

    git clone <repository-url>
    
    
  2. Navigate to the project directory and install the dependencies using the following command:

    `cd` into this repository
    npm install
    
    
  3. Run npm start to start the development server.

  4. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Environment Variables

You'll need to set up some environment variables in order to use this app. Create a .env file in the root directory of the app and add the following variables:

```
REACT_APP_API_URL=http://localhost:3000/api
```
Replace http://localhost:3000 with the URL of your backend API.

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!

Deployment

This app can be deployed using any hosting service that supports React apps. To deploy the app, follow these steps:

  1. Build the app using npm run build.
  2. Upload the contents of the build directory to your hosting service.
  3. Start the app using your hosting service's deployment tools.

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

Getting Started with Create React App

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 your browser.

The page will reload when you make changes.
You may 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 can't go back!

If you aren't 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 you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't 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

About

Art-portfolio-frontend: Repository for the front-end application of the art portfolio project, enabling artists to store, view, edit, and delete portfolios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published