Skip to content

Commit

Permalink
chore: updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayas248 authored Mar 21, 2024
1 parent ad58b0b commit 15c5a92
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions Unit Converter/Readme.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# Project Tour


## Description:
This is a simple project for the Easy category.
The Unit Converter project is an open-source web development initiative aimed at providing users with a convenient tool for converting between different units of measurement. The project covers various categories such as currency, weight, volume, length, and temperature, allowing users to easily convert values from one unit to another.

## Features:
--> One should be able to route from one page to any other page through Navbar (For example-> Route from home to length,or Length to Weight, or Currency to Home)
--> Home page should contain information about all the convertors(length,weight,currency,temperature and volume) and the units to which these can convert(For eg-> gram in weight) and from(for example-> kg in weight) which they can convert.
--> the folder HTML contains the files for each unit.
--> the folder Javascript contains the javascript files for each unit.
--> the folder CSS contains the stylesheet for each unit.
--> The project should have the following units:
1- Currency:- US Dollar,Pounds,Euro and Indian Rupees (NOTE--- One should to be able to convert from any of these units, to any of these units).
2- Volume:- Litre,Milliletre,Cubic Meter, Cubic Centimeter (NOTE--- One should to be able to convert from any of these units, to any of these units).
3- Length:- Kilometer, meter, centimeter, milimeter (NOTE--- One should to be able to convert from any of these units, to any of these units).
4- Weight:- Kilogram, miligram, gram and tonne (NOTE--- One should to be able to convert from any of these units, to any of these units).
5- Temperature:- Celsius, Fahrenheit, Kelvin (NOTE--- One should to be able to convert from any of these units, to any of these units).
--> Use the images already given at appropriate pages.
- One should be able to route from one page to any other page through Navbar (For example-> Route from home to length,or Length to Weight, or Currency to Home)
- Home page should contain information about all the convertors(length,weight,currency,temperature and volume) and the units to which these can convert(For eg-> gram in weight) and from(for example-> kg in weight) which they can convert.
- the folder HTML contains the files for each unit.
- the folder Javascript contains the javascript files for each unit.
- the folder CSS contains the stylesheet for each unit.
- The project should have the following units:
- Currency:- US Dollar,Pounds,Euro and Indian Rupees (NOTE--- One should to be able to convert from any of these units, to any of these units).
- Volume:- Litre,Milliletre,Cubic Meter, Cubic Centimeter (NOTE--- One should to be able to convert from any of these units, to any of these units).
- Length:- Kilometer, meter, centimeter, milimeter (NOTE--- One should to be able to convert from any of these units, to any of these units).
- Weight:- Kilogram, miligram, gram and tonne (NOTE--- One should to be able to convert from any of these units, to any of these units).
- Temperature:- Celsius, Fahrenheit, Kelvin (NOTE--- One should to be able to convert from any of these units, to any of these units).
- Use the images already given at appropriate pages.



## Tech Stack Required:
HTML5,CSS3,Javascript



## How to Contribute:

Fork the project repository on GitHub and submit pull requests with proposed changes or new features.
Expand Down

0 comments on commit 15c5a92

Please sign in to comment.