Skip to content

asad-emon/nextjs-curd

Repository files navigation


Next.js CRUD Application

This is a simple CRUD (Create, Read, Update, Delete) application built using Next.js. The application allows users to perform basic operations on a dataset.

Live Demo

Check out the live demo of the application: Next.js CRUD App

Features

  • Create new entries
  • Read existing entries
  • Update existing entries
  • Delete entries

Getting Started

Prerequisites

To run this project locally, you need to have Node.js and npm (or yarn) installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/asad-emon/nextjs-curd.git
  1. Navigate to the project directory:
cd nextjs-curd
  1. Install the dependencies:
npm install

or

yarn install

Running the Application

To start the development server, run:

npm run dev

or

yarn dev

Open your browser and navigate to http://localhost:3000 to see the application in action.

Building for Production

To build the project for production, run:

npm run build

or

yarn build

After building, you can start the production server with:

npm start

or

yarn start

Deployment

This application is deployed on Vercel. You can easily deploy your own version by following the Vercel documentation.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes tests where applicable.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, feel free to reach out.


About

Resources

Stars

Watchers

Forks

Contributors