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

https://github.com/rohitsspace/wiki-search

Fun project developed over the weekend as a part of angular learning
https://github.com/rohitsspace/wiki-search

angular css3 tailwindcss vercel-deployment wikipedia wikipedia-api

Last synced: 3 months ago
JSON representation

Fun project developed over the weekend as a part of angular learning

Awesome Lists containing this project

README

          

# Wiki search

This is a fun wikipedia search app which is developed over a weekend in the process to learn angular services.

### Link for the demo

[Demo](https://wiki-search-opal.vercel.app/)

### Demo

![demo](demo.gif)

## Getting Started

Clone repository

```
git clone git@bitbucket.org:rohit_yadav/wiki-search.git
```

go to

```
cd ./wiki-search
```

install dependencies

```
npm i
```

run project

```
npm start
```

Runs the app in the development mode.
Open [http://localhost:4200](http://localhost:4200) to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

```
npm run build
```

Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

### Deployment

Your app is ready to be deployed and already deployed to vercel, you can use that to deploy or feel free to use any other tool for your deployment

### Tech Stack

Angular

Vercel

Wikipedia API

Tailwind CSS