Skip to content

joellesenne/photos

Repository files navigation

Welcome to photos 👋

Version Documentation Maintenance License: MIT Twitter: joellesenne

My gallery photos created with Responsive image gallery and Data fetching with react suspense

Table of Contents

Demo

Prerequisites

This project requires node and npm. Go check them out if you don't have them locally installed.

New this project was bootstrapped with Create React App.

Install

# Clone this repository
git clone https://github.com/joellesenne/photos.git

# Open IDE
cd photos && code .

#Or
cd photos && webstorm .

# Install with NPM
npm install

# OR YARN
yarn install

# OR PNPM
pnpm install

Note

Create file .env.development && .env.production add REACT_APP_API_URL=https://api.example.com/file.json learn more Adding custom environment variables

Usage

# Run with react.js
npm start

# Or
env-cmd -f .env.development react-scripts start

=> browse to http://localhost:3000/

🎉 have fun

Built With

Author

👤 Joël Lesenne

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

Become a patron

📝 License

Copyright © 2024 Joël Lesenne.
This project is MIT licensed.

Acknowledgments