Skip to content

HypertextAssassinRajith/JavaNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaNest

JavaNest is a front-end coffee website built using React and Next.js. This project aims to provide a smooth and responsive experience for coffee enthusiasts to explore and discover various coffee recipes, products, and related content.

Features

  • Responsive Design: The website is fully responsive, ensuring a great user experience on both desktop and mobile devices.
  • Coffee Recipes: Browse through a collection of coffee recipes with detailed instructions and images.
  • Product Listings: Explore a wide range of coffee products, including beans, machines, and accessories.
  • User Reviews: Read and write reviews for different coffee products and recipes.
  • Dynamic Content: Leveraging Next.js for server-side rendering and dynamic content loading.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Next.js: A React framework for server-side rendering and static site generation.
  • TypeScript: A typed superset of JavaScript that helps catch errors early and improve code quality.
  • Tailwind CSS: Styling the website to ensure a consistent and visually appealing design.

Getting Started

To get started with the JavaNest project, follow these steps:

Prerequisites

Ensure you have the following installed on your local development machine:

  • Node.js (>= 14.x)
  • npm (>= 6.x) or yarn (>= 1.x)

Installation

  1. Clone the repository:

    git clone https://github.com/Hypertext-Assassin-RSS/JavaNest.git
    cd JavaNest
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Development Server

To start the development server, run the following command:

npm run dev
# or
yarn dev

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

Building for Production

To build the project for production, use the following command:

npm run build
# or
yarn build

Running the Production Server

After building the project, you can start the production server with:

npm start
# or
yarn start

Contributing

If you would like to contribute to the JavaNest project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

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

Contact

For any inquiries or feedback, please contact the project maintainer:

Enjoy your coffee journey with JavaNest!

About

JavaNest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published