Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 827 Bytes

File metadata and controls

25 lines (17 loc) · 827 Bytes

🏙 City list application

This project is a city list application where you can add cities to the list of destinations.
It was written in Typescript and was also tested with @testing-library/react.
I Used the React Context and custom hooks to register and retrieve destinations from local storage.
And I introduced the design system Ant Design to make it responsive.

✨ Preview

citylist

⌨️ Development

clone locally:

$ git clone [email protected]:shihui-huang/react-context-hooks-ts-city-list-app.git
$ cd react-context-hooks-ts-city-list-app/
$ npm install
$ npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.