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

🏠 Homepage

✨ 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