Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjaraiy/yojo_website

This repository showcases the YOJO_application project, built with JavaScript, Tailwind CSS, and React.js. Dive into a modern and responsive application experience! 💻✨
https://github.com/sanjaraiy/yojo_website

fetch-api github-api html5 javascript react-hooks react-router-dom reactjs tailwind-css vitejs

Last synced: 2 days ago
JSON representation

This repository showcases the YOJO_application project, built with JavaScript, Tailwind CSS, and React.js. Dive into a modern and responsive application experience! 💻✨

Awesome Lists containing this project

README

        

# Yojo Website
This website is built on `JavaScript`, `Tailwind CSS` and `React.js` . This application is responsive for different devices.

## React Create App Using Vite :-
```
npm create vite@latest
```
## NPM Json Package install Link :-
```
npm install
```
## Tailwind Install Link :-
```
npm install -D tailwindcss
npx tailwindcss init
```
## Configration of Tailwind file :-
```
module.exports = {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}
```
## Add the Tailwind directives to your CSS file :-
```
@tailwind base;
@tailwind components;
@tailwind utilities;
```
## React-Router Install Link :-
```
npm i react-router
```
## Features :-
- Added Routing to go different-different pages.
- Responisve for different devices.
- Better UI components integrated.

## Updation :-
- More better UI components can be added.
- can be added more functionality.
- can be added backend services.

## Contact us :-
- Email - [[email protected]]([email protected])
- Twitter - [Follow Us](https://x.com/Rajende17438932?t=rYhBK4BsO5pZo54UL7785A&s=09)
- LinkedIn - [Follow Us](https://www.linkedin.com/in/sanjay-rai-1491b4228/)