Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgrndev/lgrndev.github.io
https://github.com/lgrndev/lgrndev.github.io
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lgrndev/lgrndev.github.io
- Owner: lgrndev
- License: mit
- Created: 2024-07-10T14:48:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:24:48.000Z (5 months ago)
- Last Synced: 2024-11-09T14:43:52.874Z (2 months ago)
- Language: JavaScript
- Homepage: https://lgrndev.github.io
- Size: 42.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lgrndev
### Site web communautaire pour Lyon1.
![React](https://img.shields.io/badge/react-61DAFB?style=for-the-badge&logo=react&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Github stars](https://img.shields.io/github/stars/lgrndev/lgrndev.github.io?style=for-the-badge)## A propos
Bienvenue sur le dépôt GitHub de Lgrndev ! Ce projet est un site internet regroupant les cours de l'Université Lyon 1.
## Table des matières
- [Aperçu](#aperçu)
- [Fonctionnalités](#fonctionnalités)
- [Installation](#installation)
- [Utilisation](#utilisation)
- [Contribuer](#contribuer)
- [Licence](#licence)
- [Contact](#contact)## Aperçu
Lgrndev est conçu pour aider les étudiants de l'Université Lyon 1 à accéder facilement à leurs cours en ligne. Le site propose une interface simple et intuitive pour naviguer parmi les différents cours disponibles.
![Aperçu du site](/screenshot.png)
## Fonctionnalités
- Accès rapide aux cours de l'Université Lyon 1
- Interface utilisateur intuitive
- Organisation des cours par matières et niveaux
- Fonction de recherche pour trouver facilement un cours spécifique## Installation
### Prérequis
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)### Étapes d'installation
1. Clonez le dépôt
```bash
git clone https://github.com/lgrndev/lgrndev.github.io.git
```2. Accédez au répertoire du projet
```bash
cd lgrndev.github.io
```3. Installez les dépendances
```bash
npm install
```4. Lancez le serveur de développement
```bash
npm start
```## Utilisation
Une fois le serveur démarré, ouvrez votre navigateur et allez à l'adresse suivante :
```
http://localhost:3000
```Vous pouvez maintenant naviguer sur le site et accéder aux cours disponibles.
## Contribuer
Les contributions sont les bienvenues ! Si vous souhaitez contribuer à ce projet, veuillez suivre ces étapes :
1. Forkez le dépôt
2. Créez une branche pour votre fonctionnalité (`git checkout -b fonctionnalite/AmazingFeature`)
3. Commitez vos changements (`git commit -m 'Ajout d'une fonctionnalité incroyable'`)
4. Poussez vers la branche (`git push origin fonctionnalite/AmazingFeature`)
5. Ouvrez une Pull Request## Licence
Ce projet est sous licence MIT. Veuillez consulter le fichier [LICENSE](LICENSE) pour plus d'informations.
## Contact
Pour toute question ou suggestion, n'hésitez pas à me contacter à : [email protected]
---
Merci d'avoir visité Lgrndev et bon apprentissage !