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.
To get started with the training programs, follow the instructions below:
Make sure you have the following installed:
- Node.js
- npm (Node Package Manager)
-
Clone this repository to your local machine using:
git clone https://github.com/nayanatara07/faceprep-training.git
-
Navigate to the project directory:
cd faceprep-training
-
Install the dependencies:
npm install
-
Start the development server:
npm start
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.
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.
- 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.
Contributions to improve this repository are welcome! Feel free to submit pull requests or raise issues for any improvements or bug fixes.
Happy learning! 🚀