leetsource

所属分类:MongoDB
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-03-29 17:41:02
上 传 者sh-1993
说明:  每1337名学生需要的资源列表,以便更好地进行编程。,
(A list of resources that every 1337 student need in order to get better in programming.,)

文件列表:
.babelrc (32, 2023-03-29)
.eslintrc.json (40, 2023-03-29)
LICENSE (1979, 2023-03-29)
SECURITY.md (147, 2023-03-29)
content/ (0, 2023-03-29)
content/Cursus.js (5028, 2023-03-29)
content/Home.js (3697, 2023-03-29)
data/ (0, 2023-03-29)
data/index.js (97, 2023-03-29)
jest.config.js (273, 2023-03-29)
next.config.js (140, 2023-03-29)
package-lock.json (248220, 2023-03-29)
package.json (582, 2023-03-29)
pages/ (0, 2023-03-29)
pages/404.jsx (3605, 2023-03-29)
pages/_app.js (141, 2023-03-29)
pages/cursus.js (3295, 2023-03-29)
pages/index.js (2755, 2023-03-29)
pages/pool.js (3208, 2023-03-29)
pages/tips/ (0, 2023-03-29)
pages/tips/cursus.jsx (9200, 2023-03-29)
pages/tips/pool.jsx (5546, 2023-03-29)
public/ (0, 2023-03-29)
public/Cursus.svg (520, 2023-03-29)
public/Pool.svg (1595, 2023-03-29)
public/Programming.svg (607, 2023-03-29)
public/Tip.svg (558, 2023-03-29)
public/android-chrome-192x192.png (4065, 2023-03-29)
public/android-chrome-512x512.png (8943, 2023-03-29)
public/apple-touch-icon.png (3516, 2023-03-29)
public/contact.png (154681, 2023-03-29)
public/ct_banner.png (111118, 2023-03-29)
public/favicon-16x16.png (338, 2023-03-29)
public/favicon-32x32.png (720, 2023-03-29)
public/favicon.ico (15406, 2023-03-29)
public/home_banner.png (316591, 2023-03-29)
public/pattern.svg (119813, 2023-03-29)
public/pt_banner.png (72226, 2023-03-29)
... ...

Leet Source

Where 1337 students can find any resource related to 1337 pool, 42 cursus, and programming generally.

Table of content:

1. [Overview](https://github.com/abdoachhoubi/leetsource/blob/master/#project-overview) 2. [Features](https://github.com/abdoachhoubi/leetsource/blob/master/#features) 3. [How to contribute?](https://github.com/abdoachhoubi/leetsource/blob/master/#how-to-contribute) 4. [Contributors](https://github.com/abdoachhoubi/leetsource/blob/master/#contributors) 5. [Author Note](https://github.com/abdoachhoubi/leetsource/blob/master/#author-note)

## Project Overview

This is where you will find resources related to 1337 pool, cursus, and programming generally, which are gonna save you time and effort.
You can contribute by sharing resources through filling this form, or you can also add new features to the website, which you think would be amazing for other peers to see.
All the resources listed in this website are provided by different 1337 students, and that complies with the school's peer-learning methodology.

## Features

The website contains four useful pages (pool, cursus, paths, other):

Pool: Contains tips, advices, and resources for the people who are about to pass the pool.
Cursus: Contains tips, advices, and resources for 1337 students.
Other (coming soon): Contains resources related to programming generally.
Paths (coming soon): Contains roadmaps, resources, and courses for people who want to take a specific progrmming path.

## How to contribute?

To contribute follow these steps:

### 1. Fork this repository Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account. ### 2. Clone the repository Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the **copy to clipboard** icon. Open a terminal and run the following git command: ```bash git clone ``` where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url. For example: ```bash git clone https://github.com/your-github-username/leetsource.git ``` ### 3. Create a branch Change to the repository directory on your computer (if you are not already there): ``` cd leetsource ``` Now create a branch using the `git checkout` command: ``` git checkout -b your-new-branch-name ``` For example: ``` git checkout -b ``` That `` can be replaced by anything except `main` and `dev` because they already exist! ### 4. Make some changes Now you can open the project on vscode and add features, fix errors, or optimize code. When you finish make sure you commit those changes: ```bash git add . git commit -m "Your commit message should make sense!" ``` ### 5. Push changes to GitHub Push your changes using the command `git push`: ``` git push origin ``` replacing `` with the name of the branch you created earlier. ### 6. Submit your changes for review If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. Now submit the pull request. Soon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged.

## Author Note Leet Source is meant to save you time searching for resources in different sources, our goal is to bring as many reources as we can and put them together here to make your lives easier!

近期下载者

相关文件


收藏者