subha-brata / DevFeed-1.0

Home Page:https://devfeed-tau.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# DevFeed

DevFeed is a newsletter website that allows users to subscribe and receive newsletters. It consists of two main components: a client-side frontend built with React.js and a server-side backend built with Node.js.

## Prerequisites

To run DevFeed locally, you'll need to have the following software installed on your machine:

- Node.js
- npm (Node Package Manager)

## Getting Started

1. Clone the repository:

   ```shell
   git clone <repository-url>
  1. Install dependencies:

    cd client
    npm install
    cd ../server
    npm install
    
    
  2. Start the development environment:

    npm run dev

    This command will start both the frontend and backend servers concurrently.

  3. Access DevFeed:

    Open your web browser and navigate to http://localhost:3000 to access the DevFeed website.

Folder Structure

The project repository is organized as follows:

  • client: Contains the client-side frontend code built with React.js.
  • server: Contains the server-side backend code built with Node.js.

Contributing

Contributions are welcome! If you'd like to contribute to DevFeed, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Implement your changes.
  4. Open a pull request, describing the changes you've made.

License

This project is licensed under the MIT License.


Feel free to customize the README.md file further based on the specific details and requirements of your project.

About

https://devfeed-tau.vercel.app


Languages

Language:JavaScript 63.5%Language:CSS 33.1%Language:HTML 3.3%