An open API service indexing awesome lists of open source software.

https://github.com/seyitbugraerden/next-reactwindow-imagesearchapp

Next @14.2 | React @18 | React Window @1.8
https://github.com/seyitbugraerden/next-reactwindow-imagesearchapp

nextjs react react-window

Last synced: 3 months ago
JSON representation

Next @14.2 | React @18 | React Window @1.8

Awesome Lists containing this project

README

        

# React Window Example

# :notebook_with_decorative_cover: Table of Contents

- [Folder Structure](#bangbang-folder-structure)
- [Getting Started](#toolbox-getting-started)
- [Tech Stack](#gear-tech-stack)
- [Contribute](#raised_hands-contribute)
- [Acknowledgements](#gem-acknowledgements)
- [Follow Me](#rocket-follow-me)
- [Learn More](#books-learn-more)
- [Give A Star](#star-give-a-star)

## :bangbang: Folder Structure

Here is the folder structure of this app.

```bash
Next15-ReactWindow/
|- app/
|-- global.css
|-- app.tsx
|-- layout.tsx
|- public/
|- .eslintrc.json
|- .gitignore
|- next.config.js
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.js
|- tsconfig.js
```


## :toolbox: Getting Started

1. Make sure **Git** and **NodeJS** is installed.

2. Clone this repository to your local computer.

3. Open terminal in root directory. Run `npm install --legacy-peer-deps` or `yarn install --legacy-peer-deps`.

4. Now app is fully configured 👍 and you can start using this app using `npm run dev` or `yarn dev`.

## :gear: Tech Stack

[![React JS](https://skillicons.dev/icons?i=react "React JS")](https://react.dev/ "React JS") [![Next JS](https://skillicons.dev/icons?i=next "Next JS")](https://nextjs.org/ "Next JS") [![JavaScript](https://skillicons.dev/icons?i=ts "Typescript")](https://developer.mozilla.org/en-US/docs/Web/Typescript "Typescript") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind "Tailwind CSS")](https://tailwindcss.com/ "Tailwind CSS") [![Vercel](https://skillicons.dev/icons?i=vercel "Vercel")](https://vercel.com/)

## :raised_hands: Contribute

You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.

## :gem: Acknowledgements

Useful resources and dependencies that are used in Modern Portfolio.

### Production Dependencies

- [next](https://www.npmjs.com/package/next): 14.2.7
- [react](https://www.npmjs.com/package/react): 18.0
- [react-dom](https://www.npmjs.com/package/react-dom): 18.0
- [react-window](https://www.npmjs.com/package/lucide-react): ^1.8.10
-
### Development Dependencies

- [eslint](https://www.npmjs.com/package/eslint): ^8
- [eslint-config-next](https://www.npmjs.com/package/eslint-config-next): 14.2.3
- [postcss](https://www.npmjs.com/package/postcss): ^8
- [tailwindcss](https://www.npmjs.com/package/tailwindcss): ^3.4.1

## :rocket: Follow Me

[![GitHub followers](https://img.shields.io/github/followers/seyitbugraerden?style=social&label=Follow&maxAge=2592000)](https://github.com/seyitbugraerden "Follow Me")
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https://x.com/bugrakisisi)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmodern-portfolio "Tweet")
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@SfenksMotovlog "Subscribe my Channel")

## :books: Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## :star: Give A Star

You can also give this repository a star to show more people and they can use this repository.