🔗 Live Demo: https://wasimapinjari.github.io/react-artist-catalogue
🔗 Article Link: LEARN.md
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/wasimapinjari/react-artist-catalogue.git
- Install the dependencies:
npm install
- Run the development server:
npm start
- You probably don't need to do this step because npm start will automatically open this project in the default browser but if it don't for some reason then open your browser and navigate to
http://localhost:3000
to see the project in action. - Debug: If you are already running a React app in the port 3000 the webpack (tool use by react to create local React development environment) will assign you a different port number usually by adding one to the current port number in use. In this case the new port number will be 3000 + 1 = 3001. So navigate to
http://localhost:3001
to see the project.
Feel free to explore the codebase, experiment with different components, and modify them to suit your needs. Feedback and suggestions are welcome!
I created this project because I felt like testing my knowledge by challenging myself to apply it to some project of my own and I did. It brings me immense joy to craft something that looks the absolute best.
- React Official Documentation: https://react.dev/
- MDN Web Docs - Array map(): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
- MDN Web Docs - Destructuring assignment: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment