Skip to content

DALL-E clone react app - An Image Generator app using reactjs

Notifications You must be signed in to change notification settings

mahendraDew/react-dallE-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Dalle Clone

Welcome to the React Dalle Clone project! This project aims to recreate the popular Dalle website using React. Dalle is a platform that allows users to create and share beautiful photo collages. By building a clone of Dalle using React, we can learn and practice various concepts and techniques in web development.

In this project, we will be using React to create the user interface, manage state, and handle user interactions. We will also explore other libraries and tools commonly used in React development, such as React Router for navigation and Axios for making API requests.

Whether you are new to React or looking to enhance your skills, this project will provide you with hands-on experience and a deeper understanding of building web applications with React.

Let's get started and have fun building the React Dalle Clone!

Getting started

To get a local copy up and running follow these simple steps.

  1. Clone the repo:
    git clone https://github.com/mahendraDew/react-dallE-clone
  2. Install NPM packages for both server and client:
    npm install
    cd server
    npm install
    
    

Usage

To run the project, follow these steps:

  1. Navigate to the server directory:
    cd server
  2. Start the server:
    npm start
  3. Open a new terminal and navigate to the root directory of the project.
  4. Start the frontend:
    npm start
  5. Open your browser and go to http://localhost:3000 to view the app.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

DALL-E clone react app - An Image Generator app using reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages