Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/w-ptra/neworld


https://github.com/w-ptra/neworld

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# NeWorld

**NeWorld** is a web application that provides detailed information about countries around the world. It allows users to explore a variety of data about countries, including their population, capital city, languages spoken, and much more. The website also features a unique section where you can learn about fictional countries created by the developer.

## Features

- **Home**: The home feature welcomes users to NeWorld, offering a quick overview of the website’s purpose. It features easy navigation to explore the world’s countries and their detailed information, along with links to other important sections.
- **Countries**: The countries feature is the heart of NeWorld, where users can browse through a list of all the countries in the world. Each country’s page includes essential information such as population, capital city, area, languages spoken, and more, helping users learn about each nation’s unique attributes.
- **About**: The about feature is place to showcase new world that author want to create, expressing a new idea alongside with its related information.

## Technologies Used

- **React.js**: Front-end framework for building the user interface.
- **Bootstrap**: For styling and layout, making the site responsive and visually appealing.
- **HTML/CSS**: For structuring and styling the content of the website.
- **TypeScript**: For interactive elements and functionality.

## Installation

1. Clone the repository:
```
git clone https://github.com/your-username/NeWorld.git
```
2. Navigate to the project directory:
```
cd NeWorld
```
3. Install dependencies:
```
npm i
```
4. run the project
```
npm run dev
```