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
- Host: GitHub
- URL: https://github.com/rohitsspace/wiki-search
- Owner: rohitsSpace
- Created: 2023-01-15T18:44:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T17:35:22.000Z (over 3 years ago)
- Last Synced: 2025-02-03T09:44:23.503Z (over 1 year ago)
- Topics: angular, css3, tailwindcss, vercel-deployment, wikipedia, wikipedia-api
- Language: TypeScript
- Homepage: https://wiki-search-opal.vercel.app/
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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