Skip to content

ChoaibMouhrach/coding-challenges

 
 

Repository files navigation

Youcan Challenge - Next.js SSG Website

Welcome to the "Youcan Challenge" website repository! This website is built using Next.js with Static Site Generation (SSG) and is designed to showcase the capabilities and challenges offered by Youcan.

Table of Contents

  1. Project Overview
  2. Getting Started
  3. Usage
  4. Folder Structure
  5. Deployment
  6. Contributing
  7. License

Project Overview

The "Youcan Challenge" website is a static site generated using Next.js. It serves as a platform to promote challenges related to Youcan.

Getting Started

Prerequisites

Before you begin, ensure you have the following prerequisites:

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/ChoaibMouhrach/coding-challenges
  2. Change directory to the project folder:

    cd coding-challenges
  3. Install the project dependencies:

    npm install

Usage

To run the development server, use the following command:

npm run dev

This will start the development server, and you can access the website locally at http://localhost:3000.

For production builds and deployment, use:

npm run build
npm run start

Folder Structure

Here is an overview of the project's folder structure:

  • /components: React components used throughout the site.
  • /pages: Pages for the website, following Next.js conventions.
  • /public: Static assets like images, styles, and fonts.
  • /styles: CSS styles for the project.

Deployment

To deploy the "Youcan Challenge" website, you can follow the deployment instructions for Next.js on platforms like Vercel, Netlify, or your own server.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository to your GitHub account.
  2. Create a new branch with a descriptive name for your feature or fix.
  3. Make your changes and commit them with clear and concise messages.
  4. Push your branch to your forked repository.
  5. Create a pull request to this repository's main branch.

License

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

Feel free to reach out to the project maintainers for any questions, feedback, or issues related to the "Youcan Challenge" website.

About

Coding Challenges : BackEnd | FrontEnd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 49.5%
  • TypeScript 43.9%
  • CSS 6.0%
  • Other 0.6%