Skip to content

This repository contains a collection of daywise training programs and practice exercises from FacePrep sessions, designed to help you enhance your programming skills. It covers a range of topics taught during the training, providing hands-on experience and challenges to solidify your learning.

Notifications You must be signed in to change notification settings

nayanatara07/faceprep-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faceprep Training Repository

Welcome to the Faceprep Training Repository This repository contains daywise programs taught in class and practice programs to help you enhance your skills in programming.

Getting Started

To get started with the training programs, follow the instructions below:

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone this repository to your local machine using:

    git clone https://github.com/nayanatara07/faceprep-training.git
  2. Navigate to the project directory:

    cd faceprep-training
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start

Usage

Once the development server is running, you can access the training programs through your web browser. The programs are organized daywise, allowing easy navigation and access.

Project Structure

The repository structure is as follows:

  • App.js: Main entry point of the application, containing routing setup.
  • BoxComponent.js: Component responsible for displaying the list of training days.
  • RowComponent.js: Component for each training day row, displaying classwork and practice program links.

Program Navigation

  • Each training day is listed as a row.
  • Click on a day to expand and view the classwork and practice program links for that day.
  • You can access classwork programs directly or practice programs through the provided links.

Resources

Contributing

Contributions to improve this repository are welcome! Feel free to submit pull requests or raise issues for any improvements or bug fixes.

Happy learning! 🚀

About

This repository contains a collection of daywise training programs and practice exercises from FacePrep sessions, designed to help you enhance your programming skills. It covers a range of topics taught during the training, providing hands-on experience and challenges to solidify your learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published